Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Blogger CSS? Change color throughout blog? Reply To: CSS CODE FOR BLOGGER? Change color through out blog?

#148319
Paulie_D
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?