Jump to content

change font color header, footer


peter54

Recommended Posts

Hi,

 

I am new in PrestaShop, and I would need assistance needed with how to change the font color. I attach a photo. I changed the default theme colors via css. I think that will be the color of the font bind with this .css but I never found it. It is the default theme in prestashop 1.6. Could anyone advise me where can I find it?

 

Thanks

post-864869-0-37853700-1414742854_thumb.jpg

Edited by peter54 (see edit history)
Link to comment
Share on other sites

themes/your-theme/css/global.css

 

for the green text, around line 6794 find

.footer-container #footer a {
      color: #xxxxxx; }

change color: #xxxxxx to the color you want

 

For category headings, same global.css file around line 6798 find

.footer-container #footer h4 {
      font: 600 18px/22px "Open Sans", sans-serif;
      color: white;
      margin: 0 0 13px 0;
      cursor: pointer; }

again change color: white; to the color you want

  • Like 1
Link to comment
Share on other sites

themes/your-theme/css/global.css

 

for the green text, around line 6794 find

.footer-container #footer a {
      color: #xxxxxx; }

change color: #xxxxxx to the color you want

 

For category headings, same global.css file around line 6798 find

.footer-container #footer h4 {
      font: 600 18px/22px "Open Sans", sans-serif;
      color: white;
      margin: 0 0 13px 0;
      cursor: pointer; }

again change color: white; to the color you want

thanks

 

is your problem solved?

no, when I change the theme in the theme configurator text color is green again. I changed the global.css this color as mickeyboy1 wrote but it did not help.

Link to comment
Share on other sites

×
×
  • Create New...