Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

hyperlink formatting

Home / Forums / Ascend Theme / hyperlink formatting

This topic is: Resolved
[Resolved]
Posted in: Ascend Theme
February 12, 2020 at 12:40 am

Hi

i have a strange issue with CSS for hyperlinks

this code works for all hyperlinks on hover, i.e. makes them the clients corporate colour.

.comment-content a:not(.button), .entry-content p a:not(.button):not(.select2-choice):not([data-rel="lightbox"]):hover {
border-color: #f78b11;
color: #f78b11;
}

this code works on all but one hyperlink on this page. there are two hyperlinks in the box with the dark background. on page refresh you can see the darker colour on the link in the right hand column but it is immediately overwritten by the lighter standard colour. the inspector shows the darker colour…

.comment-content a:not(.button), .entry-content p a:not(.button):not(.select2-choice):not([data-rel="lightbox"]) {border-bottom-color:#606060;}

regards

Chris

  • The forum ‘Ascend Theme’ is closed to new topics and replies.