Home Forums WoodMart support forum where is the option to change the button color ?

where is the option to change the button color ?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #153563

    sourov
    Participant
    #153602

    Hello,

    You can find the option in the Theme Settings > Styles and colors > Buttons. You will find the option to set the color for the shop buttons.

    Best Regards

    #154160

    sourov
    Participant

    how can I change load more button border color & border color on hover?

    https://prnt.sc/pr5o9h

    #154214

    Hello,

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

    body .woodmart-load-more {
        border-color: red;
        color: red;
    }
    body .woodmart-load-more:hover {
        border-color: green;
        color: green;
    }

    Set the color as per your needs.

    Best Regards

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