Home Forums WoodMart support forum style globally to the buttons

style globally to the buttons

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #706320

    opalamarchuk.01
    Participant

    Why aren’t the styles applied globally to the buttons? I set the font size to 400 in the settings, but they’re still bold…

    Attachments:
    You must be logged in to view attached files.
    #706384

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    You can adjust the buttons via Theme Settings -> Styles and Colors -> Buttons.
    https://gyazo.com/f8247d7ade8737dd34a9bb0e9b031058

    ACCENT BUTTONS. Buttons that are directly related to the WooCommerce purchase functionality.

    DEFAULT BUTTONS. All others, such as WooCommerce, supported plugins, and theme options buttons that are not included in the above category, and those buttons that do not have their own button settings.

    For the advanced button styles, please follow this guide: https://xtemos.com/docs-topic/advanced-button-styles/

    If the issue remains, share the WP login details so I will further check on your site and give you a possible solution

    Best Regards,

    #706428

    opalamarchuk.01
    Participant

    I did everything as you said, but still on the main page in the carousels and banners carousel the text of the buttons is bold

    Attachments:
    You must be logged in to view attached files.
    #706485

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    You have missed the admin login URL. Can you please share the WP admin login URL in the private area so I can check and give you a possible solution?

    Best Regards,

    #706593

    opalamarchuk.01
    Participant

    +

    #706654

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Navigate to Slides > Edit slide with Elementor> Edit button widget and in the style tab, change the typography settings of the slide’s buttons.

    See Screenshot for better understanding: https://ibb.co/23ggwP4L

    Best Regards,

    #706820

    opalamarchuk.01
    Participant

    Thanks. How do I change it in the blocks?

    Attachments:
    You must be logged in to view attached files.
    #706843

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Try to add the following custom css code in Theme Settings > Custom CSS. Change the value as per your requirements.

    .wd-tabs .wd-load-more,
    .wd-tabs .wd-load-more a,
    .wd-tabs .wd-load-more button {
        font-weight: 400 !important;
    }
    .promo-banner .btn,
    .promo-banner .banner-btn-wrapper .btn {
        font-weight: 400 !important;
    }

    Best Regards,

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