Home › Forums › Basel support forum › How to make text black to red How to make text black to red This topic has 7 replies, 2 voices, and was last updated 7 years, 1 month ago by Artem Temos. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts November 6, 2017 at 5:11 am #23297 joycelohParticipant Hi, http://www.cafekg.com/faq/ This sale/terms and condition black text tab can it be in the red colour? How do l change in CSS? Thanks! Attachments:You must be logged in to view attached files. November 6, 2017 at 7:05 am #23302 Artem TemosKeymaster Hi, Try to add the following code snippet to the Custom CSS area in Theme Settings to do this .wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tab>a { color: #b82d2d; } Regards November 8, 2017 at 4:33 am #23476 joycelohParticipant hi, i tried but it didnt work… The sale/terms and condition text is still black text kindly advise November 8, 2017 at 7:25 am #23488 Artem TemosKeymaster Try this code instead .wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-style-classic li.vc_tta-tab>a { color: #b82d2d; } November 8, 2017 at 9:20 am #23498 joycelohParticipant hi, this codes also it didnt work… The sale/terms and condition text is still black text kindly advise November 8, 2017 at 9:54 am #23503 Artem TemosKeymaster Hi, It seems that you put a wrong code and replaced > sign https://gyazo.com/6b8bd27b6d4b551bc7762a491543814f Regards November 8, 2017 at 9:58 am #23504 joycelohParticipant so sorry can you type the correct code for me again? which one do l need to replace? don’t understand the screenshot 🙁 Attachments:You must be logged in to view attached files. November 8, 2017 at 10:44 am #23517 Artem TemosKeymaster You need to paste this code .wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-style-classic li.vc_tta-tab>a { color: #b82d2d; } Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to create new topics. Login / Register