Uzuki Posted July 6, 2012 Share Posted July 6, 2012 Hello everybody, I am a total beginner with website creation and I need to ask the basics: I am trying to use the Prestashop free theme 1.5 with a few tweaks, I managed to do some but I have been trying with firebug to change the font colours of my pages (text and links) but couldn't find how to do it. Would someone help me? Thanks. Link to comment Share on other sites More sharing options...
halennoor Posted July 6, 2012 Share Posted July 6, 2012 If you already have firebug then open your firebug, inspect element and you will see the styles on the right panel. But you will have to know some CSS to be able to edit the properties and values. Link to comment Share on other sites More sharing options...
Mike Kranzler Posted July 6, 2012 Share Posted July 6, 2012 Hi dimsum, As halennoor said, if you are somewhat comfortable with CSS you can easily make those changes in the code once you've identified the proper areas using the Inspect Element tool of your browser. Just right click on the element you would like to change and select "Inspect Element." This should give you an opportunity to identify where in the file (likely global.css) this color is set, and you can even play with different color selections in that panel for a preview of what it will look like once you've actually made the changes in the code. I hope this helps. -Mike Link to comment Share on other sites More sharing options...
Uzuki Posted July 7, 2012 Author Share Posted July 7, 2012 Hi halennoor and Mike, Thank you for your replies. I hadn't noticed that other css files than global.css had to be modified (ie for links). Thanks a lot for your help! Link to comment Share on other sites More sharing options...
Mike Kranzler Posted July 9, 2012 Share Posted July 9, 2012 Great, I'm glad we could help! I'll go ahead and mark this thread as solved for you. Happy selling! -Mike 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