Text color doesnt change.

Permalink 1 user found helpful
I've tried in-line HTML code to change the color of a <p> to white, and also the design and custom template but nothing I do is working. The text stays black even though everywhere it says it should be white. Even under Design > Settings > Customize it shows the footer top-text and bottom-text as white yet it still stays black.

CoolKid12
 
hutman replied on at Permalink Reply
hutman
Do you have caching turned off on your site? If you use your developer tools in the browser can you see your changes inline?
CoolKid12 replied on at Permalink Reply
CoolKid12
Using firebug I can see
<p color="#ffffff">textttttt</p>
. And I don't know about the rest I'm using demo site at the moment seeing if this would be okay to use for an upcoming website
hutman replied on at Permalink Best Answer Reply
hutman
When you are logged in go to the Dashboard -> System & Settings -> Cache & Speed Settings (/index.php/dashboard/system/optimization/cache) and turn all those off, then go to Clear Cache (/index.php/dashboard/system/optimization/clearcache) and Clear the cache, then you changes to the Customize panel will take effect.

As for your inline style, you should do it like this instead

<p style="color: #ffffff;">textttttt</p>
CoolKid12 replied on at Permalink Reply
CoolKid12
Fam, you the man thanks homie