Adjust sidebar header fotn size
-
I am trying to adjust the size od the sidebar header. within the customize option i can adjust the font, padding, margin, etc, but when i select the font size nothing happens. Is there a way to update the font size?
my site is http://www.womansreflection.com
-
Hey there Bijee,
Hope you’re well today!
This can be done with some custom CSS. Try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:
http://wordpress.org/plugins/simple-custom-css
#left-column h3, #right-column h3, #bottom-wrapper h3 { font-size: 16px; }Note that this is original font size, increase/decrease the numeric value to change the size of the sidebar heading.
Hope this helps 🙂
Best regards,
BojanHey there! thank you for your fast response!!
just to make sure… i can add this is my custom css plugin right? and that should do it?Hey again Bijee,
Yes, adding this code into the custom CSS tab should do it. You’ll still need to change the numeric value (16px) to the one of your choice in order to change the font size.
Cheers,
Bojanunderstood! and one last question is there a way to center align it as well in this same way…?
i got home and tried it and it didnt work. at least not on my computer. can you take a look at it and tell me what you see…?
We can see that it’s aligned center. It can be your cache of your browser. Try different browser to verify it.
Thank you !
Hey Bijee,
Hope you’re well today!
Sidebar headings are already aligned to center as far as I can see http://screencast.com/t/kLbv7WslmvW.
Also which part didn’t work? Did the font size code work?
Best regards,
BojanYes i got it! I think it was my browser. Thank you for the help!
The topic ‘Adjust sidebar header fotn size’ is closed to new replies.
