Home › Forums › WoodMart support forum › Button Font size
Button Font size
- This topic has 9 replies, 2 voices, and was last updated 3 years, 4 months ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
October 15, 2021 at 12:45 am #325310
E-N AdminParticipantHi,
1. How do I make the fonts in the button bigger for site wide?
For example: The shop page ‘add to cart’ button – make font size bigger https://prntscr.com/1w6mjn8 and the ‘add to cart’ font size for product page.
2. Just wondering, why some pages, the header banner doesn’t appear? Some pages it does appear.
For example if you go to our homepage as well as product name ‘Azure Sky 15 Piece Brush Set’ – the banner header doesn’t appear and just white.
But if you go to shop page and other product page, it appears. https://prntscr.com/1uybvotIt seems that it can be an isolated issue as it is a sitewide issue.
ThanksOctober 15, 2021 at 7:35 am #325359
Aizaz Imtiaz AwanKeymasterHello,
I saw the screenshots you attached.
1) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-hover-standard .add-to-cart-loop span { font-size: 15px; }
.single-product .summary-inner .single_add_to_cart_button .button_text { font-size: 15px; }
2) I have visited your website and the header banner is displaying on the single product page.
Screenshot for Clarification: https://gyazo.com/d180f50f6e97aa5d303371fbc928032e
Best Regards.
October 18, 2021 at 4:08 am #325853
E-N AdminParticipanthello,
As mentioned, the header appears on some pages but doesn’t appear on others. if you go to our homepage as well as product name ‘Azure Sky 15 Piece Brush Set’ – the banner header doesn’t appear and just white.
Also, those CSS code doesn’t work
October 18, 2021 at 7:53 am #325898
Aizaz Imtiaz AwanKeymasterHello,
The issue with the header banner seems to be a cache issue.
Please disable server caching, deactivate cache plugin, clear browser cache and check back.
And the CSS for the text is working.
Screenshot for Clarification: https://gyazo.com/ef6eb365312610278b82af477417a269
Best Regards
October 20, 2021 at 1:26 am #326447
E-N AdminParticipantHi,
I have disabled caching but issue with the header is still there. Also why is disabling the caching the solution as we need the caching to be active on our site.
Font size CSS works and then disappears and goes back to how it was.
Thanks
October 20, 2021 at 10:23 am #326554
Aizaz Imtiaz AwanKeymasterHello,
1) Please try recreating the product then check back. If the issue still occurs then deactivate all the third-party plugins and tell me then we will troubleshoot with the theme plugins.
2) The CSS for the font sizes is working absolutely fine. Please clear cache and check back.
Screenshot for Clarification: https://gyazo.com/7b51ce48a53f231873881de41774c1a2
Best Regards.
October 25, 2021 at 3:04 am #327304
E-N AdminParticipantHi,
I have done as instructed and the issue with the header appearing on some pages and not appearing in others still occurring. Please trouble shoot with theme
Also, I had previously requested how to remove a white spacing gap between header and product content as I was needing to remove the white space by minus the padding on every page. However, I have just noticed that the product page breadcrumbs is now not visible – is there due to the code you had provided prior? https://prntscr.com/1x9nw2c
October 25, 2021 at 7:33 am #327353
Aizaz Imtiaz AwanKeymasterHello,
All the third party plugins are still activated on your website. Please deactivate all the third party plugins and tell me then we will troubleshoot with the theme plugins.
Best Regards
October 26, 2021 at 9:15 am #327609
E-N AdminParticipantAlso, I had previously requested how to remove a white spacing gap between header and product content as I was needing to remove the white space by minus the padding on every page. However, I have just noticed that the product page breadcrumbs is now not visible – is there due to the code you had provided prior? https://prntscr.com/1x9nw2c
I will deactivate the plugin tonight when I’m done working but can you address the above issue
October 26, 2021 at 10:42 am #327633
Aizaz Imtiaz AwanKeymasterHello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.single-product .main-page-wrapper { padding-top: 35px; }
Regards.
Xtemos Studios. -
AuthorPosts
- You must be logged in to create new topics. Login / Register