Tagged: x
-
AuthorPosts
-
July 20, 2016 at 1:32 pm #1095723
sledgemasterrrrParticipantHow can i change my menu font to the custom one I just installed on my child theme please help. I managed to chane the title with some custom css i saw on other forum threads but could not find any for the menu my website is https://fayettevillestakereliefsociety.com
July 20, 2016 at 1:43 pm #1095742
RahulModeratorHey There!
From Customizer > Typography, you can enable custom fonts. From there you can choose what font should be applied to each section of your site, including the navbar
We have a tutorials on all the customizer options at our knowledge base: http://theme.co/x/member/kb/
July 20, 2016 at 2:01 pm #1095760
sledgemasterrrrParticipantcustom fonts is not an option for me.
July 20, 2016 at 2:17 pm #1095780
sledgemasterrrrParticipantIts no where in customizer for me
July 20, 2016 at 2:40 pm #1095814
RahulModeratorHey There!
Thanks for writing in! Follow the steps described below to add any custom fonts to your theme using @font-face.
Step 1: First you need to convert the fonts (eg. TTF or OTF format) that you have to use with @font-face. Use one of the following tools: http://fontface.codeandmore.com or http://www.fontsquirrel.com/fontface/generator to generate the fonts.
Step 2: Download the generated zip and you should have the following font formats: .eot, .svg, .ttf and .woff. Upload those font files to your server (ie. create a ‘fonts’ under your root folder or ‘wp-content’ folder).
Step 3: Now you need to specify the font in your CSS. The CSS can be added via Customizer > Custom > CSS or creating custom.css file in theme folder:
@font-face { font-family: 'FontName'; src: url('http://yoursite.com/fonts/fontname.eot'); src: url('http://yoursite.com/fonts/fontname.eot?#iefix') format('embedded-opentype'), url('http://yoursite.com/fonts/fontname.woff') format('woff'), url('http://yoursite.com/fonts/fontname.ttf') format('truetype'), url('http://yoursite.com/fonts/fontname.svg#fontname') format('svg'); }Now you may specify which elements to apply the custom font.
h1, h2, h3, h4, h5, h6, #site-logo, .post-title, .widgettitle { font-family: "FontName"; }Hope that helps.
July 20, 2016 at 3:26 pm #1095858
sledgemasterrrrParticipantI have already done those steps and none of them work for my whole website
July 20, 2016 at 3:32 pm #1095865
sledgemasterrrrParticipantThis reply has been marked as private.July 20, 2016 at 6:20 pm #1096069
JadeModeratorHi there,
Kindly provide us with your FTP details as well so that we could check the font files.
Thank you.
July 20, 2016 at 7:10 pm #1096100
sledgemasterrrrParticipantThis reply has been marked as private.July 20, 2016 at 10:46 pm #1096413
FriechModeratorHi There,
Thanks for the credentials, but I believe you successfully installed the font on your site and you just need it to apply on the menu? If so, please add this on your custom CSS in customizer.
.x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) { font-family: HelloSketchie; }Hope it helps, Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1095723 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
