-
Author
-
November 7, 2016 at 15:32 #143109
Philippe
ParticipantHi!
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!
November 7, 2016 at 19:37 #143173Radu
ModeratorHi,
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 solutionNovember 7, 2016 at 20:58 #143194Philippe
Participant1. 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]
November 8, 2016 at 17:45 #143349Radu
ModeratorHi,
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 solutionNovember 12, 2016 at 01:37 #143955Philippe
ParticipantThanks.
Then, how to change the top menu background color?
November 14, 2016 at 17:01 #144162Radu
ModeratorIn 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 -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.