How to change color of block heading (dbTitle) from #88abc2 to other color.
How to change color of block heading (dbTitle) from #88abc2 to other color. |
There are thousands of block headings. dbTitle isn't a language key as far as I can see, so you will need to tell us more. |
Ok. Please see attachment. The block heading 'timeline'. |
Go to /templates/tmpl_evo/css/common.css and make the change to line 93. Keep in mind that this colour is shared with other elements ( see red line on line 88). That means that several other headings will change to your selected colour. Always practice on a test site, clear the cache and be prepared to compromise. See attachment |
Go to /templates/tmpl_evo/css/common.css and make the change to line 93. Keep in mind that this colour is shared with other elements ( see red line on line 88). That means that several other headings will change to your selected colour. Always practice on a test site, clear the cache and be prepared to compromise. See attachment Thank you. |