Changing theme colors in CSS
-
Greetings, the website in question is at http://www.envisionmaine.org/summit
I am having trouble using the free version of Minamaze. I would like to change the colors of the default ‘read more’ buttons on the homepage, plus the matching color of links being hovered over. I can’t find this stuff in theme options and i’m almost certain this is something only available in the paid version.
That said I decided to take matters into my own hands and try to do this in either the stylesheet, or custom CSS field located under Theme Options. Thus far, my efforts to change the color in the stylesheet have been futile(trying to go from F33F3F to 232D84), my method being to look for this color in the stylesheet (ctrl + f) and then simply overwrite F33F3F with 232D84. Unfortunately, this has not worked no matter which part of the sheet I put it in(and I don’t notice changes around the site), and my conclusion has been that there is another .css file I may need to edit in order to make this happen.
The alternative method would of course be to use the Custom CSS field. I have tried a few things here, but only managed to change the color of all links on the page using this:
a { color: #232D84 !important; } a:hover { text-decoration: underline !important; } a:visited { color: #551A8B !important; }Unfortunately i’m not really sure how to tailor this such that it changes the colors of my ‘read more’ buttons to blue, highlights hovered-over links as blue, but also keeps my ‘read more’ text as white.
The answer could be really simply, but i’m a novice to WP/CSS and as a result i’m not sure of the selector or call phrase i’m supposed to use here to overwrite the colors the theme has chosen.
TLDR, can someone help me overwrite Minamaze’s button and link colors using CSS, or explain to me a better way to accomplish this? It could be that I missed an option somewhere, but i’m almost certain I have not.
Thanks ahead of time.
The topic ‘Changing theme colors in CSS’ is closed to new replies.
