colour of hover transitions on links
-
This is a new thread, leading on from this earlier on
https://www.ads-software.com/support/topic/twenty-seventeen-hyperlink-text-underline/#post-10784325
I would like to change the colour of the hover transitions from the default black. The code that Andrew provided yesterday changes the base color of some of the links – those in the footer and in my custom sidebar menu but on hover the transition is still black. In other links, such as the woo commerce tabs and breadcrumbs there is no change at all.This is my custom css so far…I attached Andrew’s suggested css to some other elements as well which seemed to be relevant.
.entry-content a,
.entry-summary a,
.widget a,
.site-footer .widget-area a,
.posts-navigation a,
.widget_authors a strong,
.entry-content a:hover,
.entry-summary a:hover,
.widget a:hover,
.site-footer .widget-area a:hover,
.posts-navigation a:hover,
.widget_authors a strong:hover {
box-shadow:
inset 0 0 0 rgba(0, 0, 0, 0),
0 3px 0 pink;
}.entry-title a, .entry-meta a, .page-links a, .page-links a .page-number, .entry-footer a, .entry-footer .cat-links a, .entry-footer .tags-links a, .edit-link a, .post-navigation a, .logged-in-as a, .comment-navigation a, .comment-metadata a, .comment-metadata a.comment-edit-link, .comment-reply-link, a .nav-title, .pagination a, .comments-pagination a, .site-info a, .widget .widget-title a, .widget ul li a, .site-footer .widget-area ul li a, .site-footer .widget-area ul li a {
box-shadow:
inset 0 0 0 rgba(0, 0, 0, 0),
0 3px 0 pink;
}
.entry-content a, .entry-summary a, .comment-content a, .widget a, .site-footer .widget-area a, .posts-navigation a, .widget_authors a strong {
box-shadow:
inset 0 0 0 rgba(0, 0, 0, 0),
0 3px 0 pink;
}Any further advice on this would be most welcome! Thanks.
The page I need help with: [log in to see the link]
- The topic ‘colour of hover transitions on links’ is closed to new replies.