How to make text black to red
-
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.
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
hi,
i tried but it didnt work… The sale/terms and condition text is still black text
kindly advise
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;
}
hi,
this codes also it didnt work… The sale/terms and condition text is still black text
kindly advise
Hi,
It seems that you put a wrong code and replaced >
sign https://gyazo.com/6b8bd27b6d4b551bc7762a491543814f
Regards
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.
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;
}