Hi there,
Does anyone know how to change the Tab Shortcode title’s colour and font size?
I am unable to find a way of changing it from the default grey?
Hi Sam,
Thank you for reaching out.
Hmm, custom CSS can come in handy styling this. Could you kindly share the link to this, so I can provide you with the appropriate CSS code?
Let me know.
Hi again,
Thanks for keeping in touch, I hope you are doing great!
You would paste and save the following CSS code in the Custom CSS section of our theme (Appearance > Theme Options)
/*change tab title font color and size*/
.t4p-tabs a.tab-link {
color: red !important;
font-size: 10pt !important; /*this is default value*/
}
/*content padding top gap*/
.content {
padding-top: 35px !important; /*this is the default value*/
}
You can use any popular color name for the value or use this online picker; http://www.w3schools.com/cssref/css_colors.asp.
Hope this helps!
I’ll raise a new ticket and put this in resolved!
The topic How to change Tab Shortcode title colour and font is closed to new replies