Hello,
the buttons should inherit the theme’s design and color, if the theme defines CSS rules for the “.button” selector.
But you can change the color of the buttons by adding the following CSS rule to your website:
.wpmc-nav-wrapper .button {
background-color: #ff0000;
}
where #ff0000 is the color.
You can use the “WP Admin -> Appearance -> Customizer -> Additional CSS” page to add the CSS rule.
I tried it the way you suggested, but it didn’t work. Is there any other way I can change the color of the button?
PRINT
Try the following:
.wpmc-nav-wrapper .button {
background-color: #ff0000 !important;
}
If it still doesn’t work, then I’ll need a link to your website so I can have a look at the page’s HTML.
This second code works!!
Thank you so much for support Diana, you are great