Changing Post Title Font Size in Boxes on the Front Page
The topic ‘Changing Post Title Font Size in Boxes on the Front Page’ is closed to new replies.
Need help? Check out our Support site, then
Hi there,
How do I reduce the size of the title font in the boxes/widgets on the front page?
Your help is much appreciated.
Thanks!
The blog I need help with is: brumpic.com
Hi.
You can use the following code:
.wf-active #sidebar h3.widgettitle { font-size: 24px; }
and change the size value to your liking.
Hi there,
Unfortunately this doesn’t work. The title text size in the boxes on the front page remains unchanged. Any other solution?
Hi. The code seems to work fine on your site. Here’s what I see: http://prntscr.com/50nbv3
Please, clear your browser cache.
Hi again,
Thanks for looking into this. You screen cap shows that the font size has not changed. I’m trying to reduce the size of the “The 1992 Olympic Bid” font, not anything else.
Thanks for your help.
Also, I’ve tried it on several different machines and cleared the browser cache on each.
Sorry for confusion. Please, use the following code:
.wf-active h2.title a { font-size: 22px; }
This works perfectly! Many thanks!
You’re welcome.
The topic ‘Changing Post Title Font Size in Boxes on the Front Page’ is closed to new replies.