Font Questions

Tagged: ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #12543
    bullacc
    Member

    Hi

    I have 2 questions regarding font on the AppDev theme.

    1. Where can I change the main header menu to bold font?

    2. I have selected a main body text font (Muli) however one page on my website has not changed the text to this font. All other pages have been changed to the selected font. Please can you help or advise on what I need to do to fix this?

    Thanks

    #12548
    Veena
    Moderator

    1.Pls use the below custom CSS in themeoptions –

    #primary-menu > ul.menu > li > a {
    font-weight: bold;
    }
    

    2.Pls share a link to the specific page.

    #12551
    bullacc
    Member
    This reply has been marked as private.
    #12563
    Veena
    Moderator

    You can include this custom CSS in themeoptions –

    #footer {
    font-family: "Muli";
    }
    .toggle-label {
    font-family: "Muli";
    }
    .toggle-content {
    font-family: "Muli";
    }
    
    #12565
    bullacc
    Member

    Thank you, this works however the font is still unchanged in the copyright credit section of the footer on this page

    #12578
    Veena
    Moderator

    Pls include this also –

    #footer-bottom-text {
    font-family: "Muli";
    }
    
    #12588
    bullacc
    Member

    Fixed.

    Great support. Thank you.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Font Questions’ is closed to new replies.