Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #372495

    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

    #372506

    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

    #372511

    Thanks a lot, it worked perfectly! :-)
    …and, by the way: your themes are fantastic!!

    #372513

    Thanks a lot, glad you like them :)
    Cheers!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to change the font size, style and weight of a sidebar widget’s title?’ is closed to new replies.