This topic has 3 replies, 2 voices, and was last updated 8 years by Radu.

  • Author

    Tagged: ,

  • #75403
     jaynoir
    Participant

    Hello,
    How can I change the font of my website title in primary bar, if I have not uploaded any logo
    Thank you

    Attachments:
    You must be logged in to view attached files.
    #75535
     Radu
    Moderator

    Hi,

    By example if you want to use : https://www.google.com/fonts/specimen/Montserrat

    Go to Theme Options -> General settings -> Quick CSS paste this css.

    COPY CODE
    
    .kleo-main-header .navbar-header strong.logo a {
        font-family: 'Montserrat', sans-serif;   
    }
    

    Then Go to Theme Options -> Fonts and set for h6 your desired font family.

    if you will select another font family just replace Montserrat from css with your desired font family.

    Best regards

    RAdu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #75552
     jaynoir
    Participant

    And for setting its font size

    #75635
     Radu
    Moderator
    COPY CODE
    
    .kleo-main-header .navbar-header strong.logo a {
        font-family: 'Montserrat', sans-serif;
        font-size:15px !important;   
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?