mouseover color change for web link
-
im using this code for web link
http://www.celestialdelish.wordpress.comhow do i include a mouseover for color change? i like the link to change blue when mouse move over.
The blog I need help with is: (visible only to logged in users)
-
im using this code for web link
a href=”http://www.celestialdelish.wordpress.com” target=”_blank”>http://www.celestialdelish.wordpress.comhow do i include a mouseover for color change? i like the link to change blue when mouse move over.
-
Hi, there isn’t any HTML or style attributes we can add to the code in a post or page to create a hover color on a link. We would need to do that with CSS, which would require the WordPress.com Premium Plan upgrade.
-
hi, i am using a custom css that someone did for me. it is not a free template from wordpress. does that have to format on the custom css and not the post itself?
-
Hi celestialdelish
Try the following custom CSS.
Select Appearance > Customize > CSS from your Admin Dashboard and enter the custom CSS there.
You can change the #0085be to the shade of blue you prefer.
.entry-header a:hover { color: #0085be; } -
@celestialdelish, sorry, I see only one site associated with your username and do not see any Custom Design associated with that site.
- The topic ‘mouseover color change for web link’ is closed to new replies.