Change Fonts

  • Posted in : Read WP
  • bonbear
    Participant

    Hi! I would like to make the font of the tagline different from the font of the post titles (header). Right now they seem linked – when I change one the other one changes as well. Do you know how I can make the font of the tagline different form the font of the post titles? Thanks!

    Mehmet S.
    Keymaster

    Hi, you can change the fonts from customizer. Navigate to Appearance > Customize > Fonts.

    Thanks

    bonbear
    Participant

    Hi Mehmet,
    There’s only an option to change the menu fonts, the heading font, and the content font. What about the tagline?! I need to change the tagline font without changing the heading font, if that’s possible. Can you let me know how to do that? Thanks.

    bonbear
    Participant

    Or could I get rid of the tagline in any way?

    Mehmet S.
    Keymaster

    Tagline font is related to the heading font option.

    – You can use this in your theme options > custom css field to hide the tagline:

    .site-description { display: none; }
    
    bonbear
    Participant

    Ok, when I get rid of the tagline, the dividers are still there and it looks bad – like something is missing. how do I get rid of the dividers? http://www.wonderlingsfm.com

    Thanks!

    Mehmet S.
    Keymaster

    Hide dotted underline under logo:

    h1.site-title a { border-bottom: 0px; }
    

    Hide menu borders:

    .main-navigation { border-width: 0px; }
    
Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register