changing text colour inside content module
- The topic ‘changing text colour inside content module’ is closed to new replies.
Need help? Check out our Support site, then
Hello,
i would like to change colour of all text inside content module on my blog. Right now all text is black, but I would like it to be white. Is it possible to do it via CSS or I need to do it manually in text editor?
Thanks in advance!
The blog I need help with is: (visible only to logged in users)
Yes, that is possible with CSS.
.post { color: #fff;}
Let me know if there’s anything else you need assistance with.