Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2834754
Color label
Closed

Comments

  • Eduardo started the conversation

    Hello.

    Related to the color setting of the tabs, how can I customize to a color other than those in the custom color palette?

    Regarding the same question above, how can I customize your color transparency level?

    Thank you very much.

  •  2,493
    PenciDesign replied

    Hi,

    By default, the WPBakery Page Builder doesn't have an option to select the custom colour of the Tabs, so please add the custom CSS code like the below to change to your colour:

    .vc_tta-color-vista-blue.vc_tta-style-classic .vc_tta-tab>a {
        border-color: #69d294;
        background-color: #75d69c;
        color: #fff;
    } .vc_tta-color-vista-blue.vc_tta-style-classic .vc_tta-tab>a:focus,
    .vc_tta-color-vista-blue.vc_tta-style-classic .vc_tta-tab>a:hover {
        border-color: #69d294;
        background-color: #5dcf8b;
    }

    For the transparent colour, please go to this page: https://rgbacolorpicker.com/, pick the custom colour then replace it with the code above.

    Regards,
    PenciDesign.