• Resolved kathrynws

    (@kathrynws)


    Hi There,

    This is a great little plugin which I would like to use for a school – the school wants to list many external link resources which I have managed to style using css. The only thing I’m struggling with is targeting the H2 widget title, I would like to reduce the font size to 22px – currently it’s using the H2 theme font size of 37px so its way to big to display.

    If that’s not possible can I remove the title altogether? I can’t find an option in the link widget to remove or change it? Please can you help? I’m using the links widget in a drag and drop page builder so it’s very handy indeed.

    Have tried:

    .widget-title h2 {
    font-size: 22px;
    }

    Many thanks

    Kat

Viewing 1 replies (of 1 total)
  • Thread Starter kathrynws

    (@kathrynws)

    it’s ok I figured it out, for anyone else it’s:

    .widget h2.widgettitle{
    font-size: 24px;
    text-align: left;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Change or remove Widget Title Font’ is closed to new replies.