Jump to content

How Can I Change The Hover Style Button Color Of My Top Bar?


Tasifama

Recommended Posts

you uses any theme (avail by PrestaShop such as theme1,2 etc.)

 

then just modify your theme.css like if you are using theme2 then modify the theme2.css and change the color code

 

#header #contact-link a:hover, #header #contact-link a.active {
  background: red; //change the color code of your choice
  color: white;

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...