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

Gradient under H2

Home / Forums / Kadence Theme / Gradient under H2

This topic is: Awaiting Feedback
[Awaiting Feedback]
Posted in: Kadence Theme
September 29, 2023 at 8:51 am

I want to put a gradient bar under each H2. I’ve been trying to copy the CSS from this site ( but am absolutely stumped. Does anyone have any ideas as to what I’d need to add into the CSS box?

I’m using the Kadence theme, with the affiliate blog starter template.

The css on their site is:

.pg-post__content h2:after {
content: “”;
position: absolute;
width: 100%;
height: 7px;
left: 0;
bottom: 0;
background:linear-gradient(90deg, #019afb .56%, rgba(7, 156, 251, 0) 98.37%)
}

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