Fernando Posted July 6, 2020 Posted July 6, 2020 TB 1.1.0 Theme Niara version 1.1.0 Hello, The cart and price and 'add to cart' on hover button are light red colour. Please tell me how to change this. Thank you
Wartin Posted July 7, 2020 Posted July 7, 2020 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.
Traumflug Posted July 7, 2020 Posted July 7, 2020 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. 1
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now