link styles
-
This theme is soooo close to being exactly what my client wants. One of the little tweaks I have been trying without success to make is to override the theme styles for the links, substituting orange for the theme’s red.
Since there is no built-in option for custom CSS within the theme (future addition?) and it’s already so close to perfect, rather than creating a child theme I am using the Simple Custom CSS plugin. At this point the unsuccessful code is:
/* link hover state */ .paging-navigation .current, .paging-navigation .current { background-color: #ca6b1e !important; } .page-links span a, .page-links a:hover { background: #ca6b1e !important; } /* Site Header/Footer */ .th-slider-readmore-button a { background: #ca6b1e !important; } .site-footer a:hover { color: #ca6b1e !important; }
What am I missing? What should I change?
Thank you in advance!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘link styles’ is closed to new replies.