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

  • Author
  • #143109
     Philippe
    Participant

    Hi!

    Could you please help me?

    1) I would like to change the font of my main menu navigation into “Oswald”.

    2) Customize tittles in my features items (change the font & police).

    3) Add a “Boxed with centered icons” in my footer.

    Thanks for your help guys!

    #143173
     Radu
    Moderator

    Hi,

    1. Only to the main menu ? If no, you can change the body font and will be applied sitewide. from wp-admin -> theme options -> fonts -> Body

    2. More specific ? i don’t’ understand what you need to achieve

    3. Can you please provide an example ?

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

    1. Yes only to the main menu. I don’t want to change my body font.

    2. Modify the current fontent into the feature item grid since I cannot do it from the builder.
    To be precise, in this feature item [/kleo_feature_item][kleo_feature_item title=”COMMANDE” icon=”ajust”] I would like to customize the font into Oswald and increase the size up to 25px.

    3. For instance add this in the footer, to show it everywhere on my website.

    [vc_row][vc_column][kleo_grid type=”3″][kleo_feature_item title=”LIVRAISON” icon=”android”][/kleo_feature_item][kleo_feature_item title=”COMMANDE” icon=”ajust”][/kleo_feature_item][kleo_feature_item title=”SUCER” icon=”angle-circled-left”][/kleo_feature_item][/kleo_grid][/vc_column][/vc_row]

    #143349
     Radu
    Moderator

    Hi,

    1. Go to wp-admin -> theme options -> fonts -> h6, select your desired font size for the menu.
    Then add this CSS to wp-admin -> theme options -> general settings -> quick css and instead the monospace put your font family.

    COPY CODE
    
    .navbar-nav > li > a {
        font-family: "monospace";
    }
    

    To can render shortcodes in footer just go to wp-admin -> theme options -> footer text, it supports shortcodes

    Cheers
    R.

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

    Thanks.

    Then, how to change the top menu background color?

    #144162
     Radu
    Moderator

    In quick CSS area add

    COPY CODE
    
    .header-color.social-header {background:#999999;}
    

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 6 posts - 1 through 6 (of 6 total)

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

Log in with your credentials

Forgot your details?