culebra.web Posted August 22, 2011 Share Posted August 22, 2011 I've changed the background of my shop to white, and consequently I've run into some font issues. One of those issues is that the font of the "Viewed Products" block is the same color now as the background of the shop, making it really hard to read. Where is the CSS file located for the "Viewed Products" module, and what lines of code would I have to change to edit the font color? Or possibly: is there a way to do this from the Back End? Any help is greatly appreciated. Link to comment Share on other sites More sharing options...
culebra.web Posted August 23, 2011 Author Share Posted August 23, 2011 Got it: I had to add a line to global.css that started with: #viewed-products_block_left { } I then added (between the braces of course): color:#000; text-decoration:none; That solved my problem! Link to comment Share on other sites More sharing options...
JumBix Posted November 29, 2012 Share Posted November 29, 2012 (edited) solved ! Edited February 12, 2015 by JumBix (see edit history) 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