Chnage font size left menu
-
Hi Nobita:
I want to change (increase) the font size of the left menu of my page ( http://www.lordtone.cl ). I saw the style.css but I can’t find (know) how to do that.
Thanks in advance.
-
Hi there,
if you want i can fix that for you 🙂 It can be tricky to find that in your css if you do not know where to look for it.
Let me know ok.
Kind regards
if you want i can fix that for you 🙂
@gerritn – Please keep help on these forums per the forum guidelines –
http://codex.wordpress.org/Forum_Welcome#Helping_Out@lordtone – try adding this to your CSS (preferably in Custom CSS or a Child Theme – otherwise your changes will be overwritten and lost when the theme is updated):
.lsidebar { font-size: 14px; }Hi lordtone
WPyogi is right.
And more recommend.
Raindrops base font-size is 13px
The font size of Raindrops recommends you relative size.(em or percent)The reason , user can use browser zooming and font size changeable from browser settings.
/* 10px = 77% 11px = 85% 12px = 93% 13px = 100% 14px = 108% 15px = 116% 16px = 123.1% 17px = 131% 18px = 138.5% 19px = 146.5% 20px = 153.9% 21px = 161.6% 22px = 167% 23px = 174% 24px = 182% 25px = 189% 26px = 197% */ .lsidebar .widgettitle span{ font-size: 138.5%; } .lsidebar a{ font-size: 123.1%; }Thank you.
@nobita – I knew you’d be along to say even better how to change in your lovely theme – LOL! You’re so good on supporting it :)!
Thank you for support Raindrops.
Thanks again Nobita and all of you guys, this support is awesome!
Hello Lordtone, yes these guys are really cool 🙂 I am sure your all sorted now and everything is working good now.
The topic ‘Chnage font size left menu’ is closed to new replies.
