Change the Font-transition (Color)
-
Hello!
First of, the site provided is just a test install I’m playing around with – but it shows everything I’m interested in.
I wanna change the text-transition. The theme has some kind of an h:over effect on it’s links, specifically on the navigation and the headings. When you move your mouse over it it changes to a blue. I like the effect but I wanna change it from blue to another color.
With the Inspector I found these two snippets of CSS but I don’t know what to do in the custom CSS to change the color:.main-navigation a {
color: #333;
display: inline-block;
font-size: 15px;
padding: 10px 20px;
position: relative;
text-decoration: none;
-webkit-transition: color 0.2s;
-moz-transition: color 0.2s;
transition: color 0.2s;
}.entry-title a {
color: #333;
text-decoration: none;
-webkit-transition: color 0.2s;
-moz-transition: color 0.2s;
transition: color 0.2s;
}I have already changes the color of a – but that doesn’t seem to have an effect on the transition-effect I am not familiar with.
Anyone have suggestions for me?
Thanks!
Ben
The page I need help with: [log in to see the link]
- The topic ‘Change the Font-transition (Color)’ is closed to new replies.