Jump to content

Anyone know how to change the link color of attached files? Right now Gray but I want Bule


Recommended Posts

I don't like how the attachment link has the same color as the rest of the text.

I think it should be the typical link color (blue)

Does anyone know how?

 

I am taking about the one you can find under the download tab after adding an attachment in the back office.

 

Thanks in advance! :)

Link to comment
Share on other sites

Hi icyhot,

 

In theme/prestashop/css/global.css (line 155) you can manage the color. You should enter #0000FF to make your link blue. It will look like this:

{

color: #0000FF;

outline: medium none;

text-decoration: underline;

 

Best regards.

 

Hi,

Thank you for your help but that also changes the color of the letter on the tabs..

I want only hyper links to be in that color.

Any clue?

Link to comment
Share on other sites

×
×
  • Create New...