Jump to content
thirty bees forum

Add to cart button colour


Fernando

Recommended Posts

Just add this to Preferences -> Custom Code -> Add custom CSS

.btn:hover {
    background: #86c211;
    border: 1px solid #336600;
}
.btn-primary {
    background-color: #336600;
}

(change the colors to the colors of your preference)

 

PD: to find out what CSS to change, for example in firefox you can try pressing F12. After that, with Control-Shift-C (or the very first icon) you can select something in the page and see what's the CSS involved. You can change things to try colors or changes there, and then write them in Custom CSS.

 

Link to comment
Share on other sites

9 hours ago, Wartin said:

PD: to find out what CSS to change, for example in firefox you can try pressing F12. After that, with Control-Shift-C (or the very first icon) you can select something in the page and see what's the CSS involved.

There's even a 'investigate element' ('Element untersuchen') in the right-click menu, which does this with one click.

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...