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

Alternative link styles for some pages

Home / Forums / Kadence Theme / Alternative link styles for some pages

This topic is: Resolved
[Resolved]
Posted in: Kadence Theme
September 9, 2022 at 2:14 am

Hi all,

I use this CSS to the link styles of my website:
/* LINKS */
.link-style-no-underline .entry-content p a:link {
color: #000000;
}

.link-style-no-underline .entry-content p a:hover {
color: #ffffff !important;
background-color: #1C2157;
text-decoration: none;
}

.link-style-no-underline .entry-content p a:visited {
color: #000000
}

However, I need to have a different link style for some specific pages, but it seems to be overridden by this style. I have tried using CSS classes but did not work.
How can I get a different link styles for some pages?

Thanks.

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