Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2457

[3.3.x] Styles in Development • Re: [RC] FarmingPro 3.3.11

$
0
0
I figured out the icons. How can I return the logo, name and description of the forum?
overall_header.html
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>
Replace with:

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;}
DELETE ONLY: float: left;

DEMO:

Image

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



Viewing all articles
Browse latest Browse all 2457

Trending Articles