Home Forums Basel support forum How to make text black to red

How to make text black to red

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #23297

    joyceloh
    Participant

    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.
    #23302

    Artem Temos
    Keymaster

    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

    #23476

    joyceloh
    Participant

    hi,

    i tried but it didnt work… The sale/terms and condition text is still black text

    kindly advise

    #23488

    Artem Temos
    Keymaster

    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;
    }
    #23498

    joyceloh
    Participant

    hi,

    this codes also it didnt work… The sale/terms and condition text is still black text

    kindly advise

    #23503

    Artem Temos
    Keymaster

    Hi,

    It seems that you put a wrong code and replaced > sign https://gyazo.com/6b8bd27b6d4b551bc7762a491543814f

    Regards

    #23504

    joyceloh
    Participant

    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.
    #23517

    Artem Temos
    Keymaster

    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;
    }
Viewing 8 posts - 1 through 8 (of 8 total)