Jump to content

Change color of a text with link


kamjosi

Recommended Posts

Hello

I am trying to change the color of a text with link.

The basic color is as it should be but it changes to black when the mouse is over the text.

I`d prefer a different color than black.

I`f found a solution for a old prestashop version

see here:

 

 

but I need it for Prestashop 1.7

 

 

 

Link to comment
Share on other sites

OK i figured it out by myselfe but maybe its helpfull for others

I have had to position the mouse exactly on a line of the text and found

a:hover {
    color: #000000;
}

in theme.css Line 381

which I changed to my preferred color in custom.css

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