• Resolved sydneyjblog17

    (@sydneyjblog17)


    I would like to change the font of the titles in my Featured Posts and Featured Pages widgets. I’ve looked in the style sheet but I can’t figure out where the code is. Any help would be greatly appreciated!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Nick Diego

    (@ndiego)

    Hi Sydney,

    This styling is provided by your theme and is not related to the plugin itself. That said, the CSS class on the titles is widget-title. The CSS class on the widget “wrapper div” is going to be either featuredpage or featuredpost. You can then write some custom CSS, something like:

    .featuredpage .widget-title {
        color: red
    }

    I hope that helps. A great tool to figure out what the relevant CSS classes are for different elements on the page is your browser inspector. That is actually what I used for the guidance above.

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