Home › Forums › CSS › Blogger CSS? Change color throughout blog? › Reply To: CSS CODE FOR BLOGGER? Change color through out blog?
August 28, 2013 at 1:46 am
#148319
Member
The only think I can think of is to use JS somehow to cycle through all the posts on a one-time basis and swap out the specific HTML for an alternative.
Say, find this:
style="color:#33ff33;"
and replace it with
class="highlight"
The you can just create a highlight class which defines the color in the Template.
Unfortunately, that’s WAAAY beyond my skills.
Perhaps you might try asking the the JS section?