icyhot Posted March 22, 2012 Share Posted March 22, 2012 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 More sharing options...
Valérie Assetskaya Posted March 23, 2012 Share Posted March 23, 2012 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. Link to comment Share on other sites More sharing options...
icyhot Posted March 24, 2012 Author Share Posted March 24, 2012 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 More sharing options...
Valérie Assetskaya Posted March 26, 2012 Share Posted March 26, 2012 Hello icychot, In theme/prestashop/css/global.css ul#idTab9 a { color:#0000FF; } Now it should change only the link color. Regards Link to comment Share on other sites More sharing options...
Recommended Posts