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.
Do you have caching turned off on your site? If you use your developer tools in the browser can you see your changes inline?
Using firebug I can see . 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
<p color="#ffffff">textttttt</p>
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
As for your inline style, you should do it like this instead
<p style="color: #ffffff;">textttttt</p>
Fam, you the man thanks homie