Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #55282
    Kristin
    Member

    Hi there
    I’m trying to increase the size of the font for the “Titles” of the “Featured Content” on the home page.
    I’ve got it working for those titles that ARE links with the following code but have had trouble styling those titles that AREN’T links.

    .featued-content-wrap h1.entry-title a {
    font-size: 120%;}

    My site: http://new.stmichael.net/

    Can anyone help with this?

    #55287
    Sakin
    Keymaster

    @Kristin: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
    #featured-post .entry-title { font-size: 120%; }

    #55292
    Kristin
    Member

    Thank you so much!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Styling featured content titles on the home page’ is closed to new replies.