The Art: H3 Font Type Not Changing

Home Forums All Other Themes The Art: H3 Font Type Not Changing

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #129653
    KeithKeith
    Participant
    • Topics: 48
    • Replies: 68
    • Total: 116
    Member since: November 14, 2016

    Even though I changed the Font Type for H3 to “Bree Serif”. It still stays as the default Font Type Roboto on my Posts and Pages. Kindly let me know how to fix this?

    You can see for yourself on the Post below. All of the section Titles are H3.

    http://badassgrandmas.org/newsletter-03-so-many-options-for-action/

    You can also see it on this Page. All of the section Titles are H3.

    http://badassgrandmas.org/about-us/our-mission/

    #129673
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    #content h3 { font-family: 'Bree Serif' !important;}

    Regards,
    Dave

    #129702
    KeithKeith
    Participant
    • Topics: 48
    • Replies: 68
    • Total: 116
    Member since: November 14, 2016

    It worked on the Pages and Posts. However, it doesn’t work in the Blog Category list view. See here:

    http://badassgrandmas.org/category/news/

    #129726
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS

    .lay4 h3 { font-family: 'Bree Serif' !important;}

    Regards,
    Dave

    #129839
    KeithKeith
    Participant
    • Topics: 48
    • Replies: 68
    • Total: 116
    Member since: November 14, 2016

    The code didn’t work.

    #129888
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly use this one

    .lay4 h3 a { font-family: ‘Bree Serif’ !important;}

    Regards,
    Dave

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.