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

Customization of Tab Style One

Home / Forums / Ascend Theme / Customization of Tab Style One

This topic is: Resolved
[Resolved]
Posted in: Ascend Theme
April 24, 2018 at 8:06 am

Hi guys, I’ve added a bit of CSS to change customize the look of Tab Style 1 (round edges etc) but would also like to change the selecetd tab’s active colour. I’ve added the following CSS but the active colour isn’t changing. Could you possibly tell me where I have gone wrong

ul.kt-tabs-style1 {
background: white;
padding: 20px 0px 0;
}

.kt-tabs>li>a {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

kt-tabs>li.active a {
background: blue;
color: white;
border-bottom: 0;
}

Many thnks
Chris

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