Home Forums WoodMart support forum Change colour of age verification button

Change colour of age verification button

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #381451

    contactpleazurr
    Participant

    Hello,

    How can I change the colour of age verification button from green to #F65454?

    https://snipboard.io/QoFKES.jpg

    #381470

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .btn.wd-age-verify-allowed {
      background-color: orange;
    }

    Best Regards

    #381606

    contactpleazurr
    Participant

    Hi Aizaz,

    Thank you! How can I change the colour of the hoover?

    #381641

    Hello,

    Please try adding the following Custom CSS for that.

    .btn.wd-age-verify-allowed:hover {
        background-color: orange;
    }

    Best Regards

    #381687

    contactpleazurr
    Participant

    Great thank you!

    #381689

    Hello,

    We are Glad that your issue has been Resolved.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘Change colour of age verification button’ is closed to new replies.