joeportes
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Themes and Templates
In reply to: [Olsen Light] Change Nav and Comments Hover ColorsI’ve got it figured out now. If this helps anyone looking, I’ve changed all the things several people were looking to fix. I’ll include all of it below in one easy-to-find spot.
**Changing font & hover colors in Olsen**
/* Link */ a { color: #000000; } a:hover, a:focus { color: #e62e00; } /* Nav Menu */ .site-bar.group a:hover { color: #e62e00 } .navigation:hover { color: #e62e00; } .navigation { color: #000000; } /* Post Entries */ .entry-title a:hover { color: #e62e00; } .entry-title a { color: #000000; } .entry-content a, { color: #000000; } .entry-content a:hover { color: #e62e00; } .entry-meta a { color: #e62e00; } .entry-meta a:hover { color: #000000; } .entry-comments-no a { color: #e62e00; } .entry-comments-no a:hover, .entry-comments-no a:focus { color: #000000; } /* Social, Meta, Buttons */ .read-more { color: #e62e00; border-color: #000000; } .read-more:hover { border-color: #e62e00; color: #000000; } .entry-utils .socials a:hover { color: #e62e00; } input[type="submit"], button.searchsubmit { background: #e62e00; } .btn, .comment-reply-link, input[type="button"], input[type="submit"], input[type="reset"], button { background: #e62e00;}Forum: Themes and Templates
In reply to: [Olsen Light] Change Nav and Comments Hover ColorsWell, the website is no using this theme yet. I’m going to be using multiple themes but I want to use Olsen for the blog part of my site. I’ve added in the CSS code to fix everything, I just don’t know how to fix the navigation menu hover color.
My site is http://www.joeportes.com but you won’t see this theme there now so that probably won’t help.
Forum: Themes and Templates
In reply to: [Olsen Light] Change Nav and Comments Hover ColorsAny help?
Viewing 3 replies - 1 through 3 (of 3 total)