Richart Posted January 4, 2020 Share Posted January 4, 2020 Hi all, I'd like to change hover blue (#2fb5d2;) color of the Classic theme. What would be the best way to do it? PrestaShop 1.7.6.2 Many thanks Link to comment Share on other sites More sharing options...
Pat114 Posted January 4, 2020 Share Posted January 4, 2020 Create a child theme and use CSS to change it. .btn-primary:hover { background-color:red; /* for example */ } Link to comment Share on other sites More sharing options...
JBW Posted January 6, 2020 Share Posted January 6, 2020 No need for child theme for simple css changes, they can be added to /theme/classic/assets/css/custom.css file Link to comment Share on other sites More sharing options...
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