Oxygen theme – changing visit text color after featured post
-
I figured out how to change the color of the text on the featured post using this:
.featured-post .entry-title a {
background: none repeat scroll 0 0 #FFF;
bottom: 110px;
color: rgb(184,64,25);
font-size: 1em;
padding: .4em 30px .4em 1.5em;
position: absolute;
right: 0;
text-transform: uppercase;
opacity: .8;
}Then I figured how to change the visited text (when you hover over the slider):
.featured-post .entry-title a:visited {
color: rgb(184,64,25);
}My problem is that when you hover over any post that is after the first one – the text color is the default, not the orange I wanted. I can’t seem to find what I need to change to effect the posts after the first.
Thanks for any help!!!
The blog I need help with is: (visible only to logged in users)
-
All CSS editing threads need to be posted into the CSS Forum. Here’s the link for you to create a thread there https://en.forums.wordpress.com/forum/css-customization#postform
-
-
- The topic ‘Oxygen theme – changing visit text color after featured post’ is closed to new replies.