Jump to content

Changing Footer font color


culebra.web

Recommended Posts

You can change the color of your footer links in Blockcms.css

 

Look for: #footer .block_various_links LI A

 

Add code for whatever color you need.

 

Ex:

#footer .block_various_links LI A {

color: #C81C1C;

text-decoration: none;

 

Hope this helps.

Link to comment
Share on other sites

Ok, so I changed it to read:

 

 

#footer .block_various_links li.first_item {

border: none;

padding-left: 0;

color:#000;

}

 

In "themes/prestashop/css/modules/blockcms/blockcms.css".

 

But it's not changing anything.

 

Here's the address of my site:

 

http://oregonsolargates.com/prestashop/

 

I think I might be missing something, like how to update the Back Office that the code has changed.

 

I've enabled Force Compile and disabled Cache in Preferences --> Performance in the Back Office.

 

Is there something else I'm missing?

Link to comment
Share on other sites

Ok, so I changed it to read:

 

 

#footer .block_various_links li.first_item {

border: none;

padding-left: 0;

color:#000;

}

 

In "themes/prestashop/css/modules/blockcms/blockcms.css".

 

But it's not changing anything.

 

Here's the address of my site:

 

http://oregonsolargates.com/prestashop/

 

I think I might be missing something, like how to update the Back Office that the code has changed.

 

I've enabled Force Compile and disabled Cache in Preferences --> Performance in the Back Office.

 

Is there something else I'm missing?

I know for my site I adjust it under #footer .block_various_links LI A not under #footer .block_various_links li.first_item

 

Hopefully this will help.

Link to comment
Share on other sites

  • 5 weeks later...

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