Home Forums WoodMart support forum Button Font size

Button Font size

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #325310

    E-N Admin
    Participant

    Hi,

    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/1uybvot

    It seems that it can be an isolated issue as it is a sitewide issue.
    Thanks

    #325359

    Hello,

    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.

    #325853

    E-N Admin
    Participant

    hello,

    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

    #325898

    Hello,

    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

    #326447

    E-N Admin
    Participant

    Hi,

    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

    #326554

    Hello,

    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.

    #327304

    E-N Admin
    Participant

    Hi,

    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

    #327353

    Hello,

    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

    #327609

    E-N Admin
    Participant

    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

    I will deactivate the plugin tonight when I’m done working but can you address the above issue

    #327633

    Hello,

    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.

Viewing 10 posts - 1 through 10 (of 10 total)