Tagged: font size, font weight, sidebar, widget title
Hi Kriesi-Team,
first of all: Merry Christmas and a Happy New Year to you! I’m sorry to disturb you during these days of the year, but unfortunately I have to finish something. I’d like to change the font size, style and weight of a sidebar widget’s title. I’ve already tried the answers on the post of November 9, 2014, but it didn’t work. The font of the widget title should be light (instead of bold) and I’d like to try different sizes.
I already tried this in quick css, but it didn’t work:
.sidebar .widgettitle { font-size: 20px; font-weight: light; }
Could you help me please?
Thanks a lot and all the best!
Christine
Hey Christine!
Giving your selector a little more weight should work fine.
Add this to your custom.css stylesheet in folder /css/ or to the quick-css panel located in your wordpress backend at Enfold->General Styling:
#top #wrap_all #main h3.widgettitle { font-size: 20px; font-weight: normal; }
Best regards,
Kriesi
Thanks a lot, it worked perfectly! :-)
…and, by the way: your themes are fantastic!!