Home Forums WoodMart support forum Size Guide button size and color

Size Guide button size and color

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #633132

    MatoZato
    Participant

    Hello. Please, how can i change Size Guide button size and color?

    Thank you very much.

    #633309

    Hello,

    Can you please share the page URL so I can check and give you a possible solution?

    Best Regards

    #633350

    MatoZato
    Participant

    Hello i send:

    https://821.sk/produkt/dym/

    And pic in attachment.

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

    Hello,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .single-product .wd-sizeguide-btn.wd-action-btn.wd-sizeguide-icon.wd-style-text {
        font-size: 30px;
        background-color: #ff0c0c;
    }

    Best Regards

    #633550

    MatoZato
    Participant

    Hello. Please i added this code to custom CSS and not happen.

    Please, you can check on my website?

    I send you a login in private.

    Thank you very much.

    #633696

    Hello,

    I have checked your site and an issue with the missing curly brace in the above CSS code you added. I have corrected it, and the changes are now working fine. Please check and let me know if there’s anything else you need assistance with.

    Best Regards

    #633755

    MatoZato
    Participant

    Thank you very much. Its work.

    And please, how can i move size guid down?

    Margintop? But its not work.

    Thank you very much.

    #633758

    MatoZato
    Participant

    I try it again and its work – MarginTop.

    And please, how can i change color of size guide text?

    Thank you very much.

    #634016

    Hello,

    Please remove the previous code and add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .wd-sizeguide-btn.wd-action-btn.wd-style-text.wd-sizeguide-icon a {
        color: #ff0000;
        font-size: 30px;
    }

    Best Regards

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