Simonkl Posted February 24, 2015 Share Posted February 24, 2015 (edited) Hi there, I´m trying to setup my new show in Prestashop Cloud, and I´m having great difficulties changing some things. I´m not very good at php and css, which might be part of the issue. My biggest issue, right now, is that the font is not very visible. I´ve searched Google and the forums here, but without luck. I´m using default bootstrap theme, with "theme7" selected via the Live Edit in the Themeconfigurator module. Using the Live Edit, I can change a few colors on the page, along with the Font-type, but not the font color. The font is currently a grey-ish color, but I would like to change it to just black (#000000). Where should I change it so it takes affect on all pages and in all forms on my site? I have attached some images of the problem. Please help, I´ve been stuck on this for hours now. ***EDIT*** Forget it. I took it as a challenge, and started to learn CSS / HTML using www.codeacademy.com Now I'm able to locate the necessary css-codes, and change it myself. Have a good weekend. Edited February 27, 2015 by Simonkl (see edit history) Link to comment Share on other sites More sharing options...
0 Saibride Posted March 29, 2015 Share Posted March 29, 2015 Hiya, I'm interested in hearing how you managed to change the font color and/or background color of the webpage? Thanks in advance! Link to comment Share on other sites More sharing options...
0 Simonkl Posted March 29, 2015 Author Share Posted March 29, 2015 I'll write the answer tomorrow Link to comment Share on other sites More sharing options...
0 Simonkl Posted March 30, 2015 Author Share Posted March 30, 2015 Hi Saibride. Here's what I did: Most of the font changes were done in theme7.css for me (found in /modules/themeconfigurator/css) and in global.css (found in /themes/default-bootstrap/css). I opened both files, so they were ready for changing. Then I opened my store in Google Chrome. Found the text I wanted to change. Right-clicked the text I wanted to change and selected "Inspect element". There I could see the css information about the selected text, and I would look for the css string called "color". When found, you can hover he mouse over the file name and see the complete file path for where the css code is, and also on which line you can find it (more or less). Then I went to the code using the FTP access and changed the font all the places I needed to. Remember: Before you can do his you need to go to your backoffice, go to advanced parameters, performance, and then disable "Smart cache for CSS". Otherwise you can't see in which file the css for font color is located. For me this makes sense, but I spent hours doing a css course on codeacademy first. If you need more detail, please ask. \ Good luck. Simon 1 Link to comment Share on other sites More sharing options...
0 Saibride Posted March 30, 2015 Share Posted March 30, 2015 Thanks Simon, I got ftp access setup, and can atleast take a shot at modifying the .css files. And I've disabled css cache. I also found a thread on how to change background:http://cart-help.com/topic/63-background-change-in-prestashop-16/ I'll give that a shot. Thanks again for the tip, it got me started. Link to comment Share on other sites More sharing options...
Question
Simonkl
Hi there,
I´m trying to setup my new show in Prestashop Cloud, and I´m having great difficulties changing some things.
I´m not very good at php and css, which might be part of the issue.
My biggest issue, right now, is that the font is not very visible.
I´ve searched Google and the forums here, but without luck.
I´m using default bootstrap theme, with "theme7" selected via the Live Edit in the Themeconfigurator module.
Using the Live Edit, I can change a few colors on the page, along with the Font-type, but not the font color.
The font is currently a grey-ish color, but I would like to change it to just black (#000000).
Where should I change it so it takes affect on all pages and in all forms on my site?
I have attached some images of the problem.
Please help, I´ve been stuck on this for hours now.
***EDIT***
Forget it. I took it as a challenge, and started to learn CSS / HTML using www.codeacademy.com
Now I'm able to locate the necessary css-codes, and change it myself.
Have a good weekend.
Edited by Simonkl (see edit history)
Link to comment
Share on other sites
4 answers to this question
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