How to change the font and size of the text in the red bars.

Home Forums Automattic Bon Vivant How to change the font and size of the text in the red bars.

Tagged: , , ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #110803 Resolve

    Sherrie Eldridge, Adoption Author
    Member

    Hello! Is it possible to increase the font size of the headings in the red bars below where it says “Blog” on my site?

    I’ve tried adding in css but nothing has helped yet

    The blog I need help with is sherrieeldridgeblog.wordpress.com
    #149120

    Kathryn P.
    Happiness Engineer

    Hi Sherrie, if you get a widget title breaking onto two lines it may look odd, but you could try something like:

    .widget-title:before, .widget-title:after, .widgettitle:before, .widgettitle:after {
    border-bottom: 28px solid #BB0000;
    border-top: 28px solid #BB0000;
    }
    .widget-area .widget-title, .widget-area .widgettitle {
    font-size: 20px;
    padding-bottom: 10px;
    padding-top: 15px;
    }

    You could try shortening the titles that split, for example, changing “Sherrie’s Facebook Friends” to “Facebook Friends.”

    Let me know how it goes.

    #150004

    Kathryn P.
    Happiness Engineer

    Just checking in to see if you’re good to go with this or do you need further help?

    #150416

    Kathryn P.
    Happiness Engineer

    Did you still need any help with this or are you all set?

    #150633

    Kathryn P.
    Happiness Engineer

    Hi there, I’m going to close this thread since it’s been a while since we heard from you, but feel free to start a new one if you need further help. Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘How to change the font and size of the text in the red bars.’ is closed to new replies.