Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Post-Kicker, -Byline & -Footer (http://forum.bytesforall.com/forumdisplay.php?f=17)
-   -   [SOLVED] Style Footer %loginout% (http://forum.bytesforall.com/showthread.php?t=16502)

frgvn Jan 14, 2012 11:15 PM

[SOLVED] Style Footer %loginout%
 
Hi,
Is it possible to style the Log in/Log out in the footer to be a larger bold font? I added a <br> to make it on it's own line but I can't seem to get it to be a different sized bold font than the rest of the footer.
I am a newbie - I'm pretty good at figuring out css - this is my 3rd private site with Atahualpa (love this theme) but this one has me stumped.

Thanks!

lmilesw Jan 15, 2012 05:20 AM

You could wrap it in an h tag...
HTML Code:

<h3>%loginout%</h3>
Or a span or p tag with inline CSS like
HTML Code:

<span style="font-size: 16px; font-weight: bold;">%loginout%</span>
Or a div with a class or id and then style with CSS in CSS Inserts like...
HTML Code:

<div class="footerlogin">%loginout%</div>
If you use some of these methods you won't need the break as they will create the break.

The easiest way to figure out just about any CSS is learn to use Firebug.

frgvn Jan 16, 2012 07:43 AM

Thanks Larry!
I ended up using the span. I also included my google font that I am using for headings. Worked like a charm and looks awesome.
And thanks for the heads up on Firebug - I actually downloaded it last week but have not used it yet - I will now:)

Thanks again!! Love Atahualpa!


All times are GMT -6. The time now is 05:36 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.