Home › Forums › WoodMart support forum › Woodmart Fonts
Woodmart Fonts
- This topic has 14 replies, 2 voices, and was last updated 4 years, 8 months ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
April 8, 2020 at 12:44 am #185268
sdgumtree777ParticipantHi,
I’m having trouble getting the woodmart fonts to load properly on our website?
We’ve checked that it is in the font library and created a new css. But it still isn’t showing the correct font?
Thanks
April 8, 2020 at 7:29 am #185322
Aizaz Imtiaz AwanKeymasterHello,
Please provide with some relevant screenshots of the specific areas with some explanation which font you are trying to use it to check it myself and help you out accordingly.
Best Regards.
April 8, 2020 at 8:44 am #185364
sdgumtree777Participantadded details in private box thanks
Attachments:
You must be logged in to view attached files.April 8, 2020 at 10:59 am #185401
Aizaz Imtiaz AwanKeymasterHello,
I saw the screenshot you attached and visited your website.
1) The & symbol is displayed absolutely fine as it should be on your website.
2) And for the underline text you have assigned a font-weight of 600 that is why its displayed like that.
Screenshot for Clarification: https://ibb.co/RBpF9yC
Best Regards.
April 8, 2020 at 11:10 am #185404
sdgumtree777Participantprivate box
Attachments:
You must be logged in to view attached files.April 8, 2020 at 12:33 pm #185437
Aizaz Imtiaz AwanKeymasterHello,
I saw the screenshot you attached. The font you are using in the staging website is different.
It seems that you used another custom font in the staging website that’s why it’s looking like that.
Best Regards.
April 10, 2020 at 1:39 am #185794
sdgumtree777ParticipantHi,
I have attached a screenshot of the font settings for both the staging site and the live site. As you can see the fonts are all set the same, yet displaying differently?
Attachments:
You must be logged in to view attached files.April 10, 2020 at 2:06 am #185799
sdgumtree777Participantalso do you know why the colours of the buttons on the shop pages are still green when I have set all of the colours to the red colour like on the banner on the homepage?
image of product page button attached (should be red)
Attachments:
You must be logged in to view attached files.April 10, 2020 at 7:23 am #185835
Aizaz Imtiaz AwanKeymasterHello,
I have visited your website again.
1) For the font not working the same please add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.woodmart-text-block-wrapper.text-left .woodmart-title-container { font-family: cabin; }
2) And for the add to cart button you need add the following Custom CSS in the Global Custom CSS area under Theme Settings Custom CSS.
.single_add_to_cart_button.button.alt { background: red; }
Best Regards.
April 10, 2020 at 12:49 pm #185939
sdgumtree777Participantthanks but that is only a bandaid solution for one particular element. Why are the font settings in the woodmar theme typography not working properly?
It’s affecting a number of buttons and elements across the whole site.
Thanks again
April 10, 2020 at 1:03 pm #185946
Aizaz Imtiaz AwanKeymasterHello,
The primary font works for the theme elements not with combined elements of WP-Bakery Page builder and Woodmart theme. That’s why I provided you with the CSS code.
If you want to use only typography settings to change the font then you need to use advanced typography settings and choose the class using a custom selector option.
Or
You can read our detailed documentation on advanced typography settings in the following link:
https://xtemos.com/docs/woodmart/advanced-typography-settings/Best Regards.
April 10, 2020 at 1:53 pm #185964
sdgumtree777Participantthanks but I don’t understand why these elements worked fine on the staging site but on the live site are not working.
I will try the advanced typography setttings but what about the colours as the colour settings aren’t functioning properly either.
April 11, 2020 at 6:34 am #186052
Aizaz Imtiaz AwanKeymasterHello,
I have tested your website and the color settings are working fine at my end.
Screenshot for Clarification: https://ibb.co/r7GgzqG
Result: https://ibb.co/2WY6PtYAnd I have set the color of the single add to cart button on the product page.
Screenshot for Clarification: https://ibb.co/f1cJcNP
Please clear cache and check back.
Best Regards.
April 12, 2020 at 4:06 am #186251
sdgumtree777Participantyes but that setting in colours section of woodmart is not working.
Custom css for that button doesn’t change the underlying problem that the colour settings arent working globally.
There is still the wrong colour here, here and here as just examples, attached images.
Attachments:
You must be logged in to view attached files.April 13, 2020 at 6:36 am #186413
Aizaz Imtiaz AwanKeymasterHello,
I saw the screenshots you attached.
Custom CSS is not working to change it. It seems that you are not targeting the correct classes.
To change the color of the buttons please add the following Custom CSS Code in
the Global Custom CSS area under Theme Settings >> Custom CSS..widget_shopping_cart .buttons .checkout { background: red; } .widget_shopping_cart .buttons .checkout:hover { background: red; } .cart-actions .button[name="apply_coupon"] { background: red; } .cart-actions .button[name="apply_coupon"]:hover { background: red; }
Note: You can set the colors according to your needs.
Best Regards.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register