Changing the Tabs CSS

Hi guys,

I’ve used the ‘Tabs’ shortcode from the Sparkling theme site and wondered how people have changed the colours using CSS?

Hi @tome9,

I hope you are well today and thank you for your question.

Are you using any plugin to create tabs?

Could you please share me the page URL from your site where it’s displaying so that i can help you?

Kind Regards,
Movin

Hi Movin,

I’m not using any plugins for this Tab, I simply copied the code over from the demo site.

The tabs are shown here: whensitreleased.com

Thanks!

Thank you for sharing the site URL.

You can change the tab text color by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

ul.nav-tabs>li>a {
    color: #000;
}