culebra.web Posted August 20, 2011 Share Posted August 20, 2011 I've changed the background of my shop, but now the footer links aren't showing up now because the font is too dark. Can I change the font color through the back-end or do I have to have to edit some code? Any help would be greatly appreciated. Link to comment Share on other sites More sharing options...
lnsnifty Posted August 21, 2011 Share Posted August 21, 2011 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 More sharing options...
culebra.web Posted August 22, 2011 Author Share Posted August 22, 2011 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 More sharing options...
lnsnifty Posted August 22, 2011 Share Posted August 22, 2011 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 More sharing options...
culebra.web Posted August 22, 2011 Author Share Posted August 22, 2011 That did it. I had put it under #footer .block_various_links li.first_item { instead of #footer .block_various_links li a { Thanks for your help. Link to comment Share on other sites More sharing options...
kbrmin Posted September 21, 2011 Share Posted September 21, 2011 Thank you so much for this! I was able to change the color of my footer links. Culebra.web, How did you take away the "Powered by PrestaShop™ on your footer? And get rid of this at the top? contact sitemap Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now