overall_header.htmlI figured out the icons. How can I return the logo, name and description of the forum?
Find:
Code:
<div id="site-description" class="site-description"><h1>{SITENAME}</h1><p>{SITE_DESCRIPTION}</p><p class="skiplink"><a href="#start_here">{L_SKIP}</a></p></div>Code:
<div id="site-description" class="site-description"><a id="logo" class="logo" href="{% if U_SITE_HOME %}{{ U_SITE_HOME }}{% else %}{{ U_INDEX }}{% endif %}" title="{% if U_SITE_HOME %}{{ L_SITE_HOME }}{% else %}{{ L_INDEX }}{% endif %}"><span class="site_logo"></span></a><h1>{SITENAME}</h1><p>{SITE_DESCRIPTION}</p><p class="skiplink"><a href="#start_here">{L_SKIP}</a></p></div>responsive.css
Find and DELETE:
Code:
@media (min-width: 700px) {.site-description {display:none;}}common.css
Find:
Code:
.logo {float: left;width: auto;padding: 35px 13px 0 10px;}DEMO:

Feel free to edit and style it however you like. If you need any help, contact me!
Statistics: Posted by NecheB — Tue May 28, 2024 7:29 pm