Elemental theme body text colour won't change?
PermalinkI'm guessing CSS is the answer. Can anyone tell me how to solve this so that the colour picker will work without me having to go into a LESS file every time I do a simple colour change. Really bugging me. At the moment I have a work around but it means having to manually adjust every block one at a time which at the moment with only three pages isn't a huge deal but as my site grows it will get very old very quick.
See my site here: http://www.johnstockton.co.uk/
so you could try something like
div.ccm-page p {
color: rgb(151, 151, 151);
}
Or, without coding, use the Customize Theme options
http://anchor-ict.com/blog/concrete5-add-css-block...