How to change text color for "separator with text" element using CSS

This topic has 4 replies, 2 voices, and was last updated 4 years, 6 months ago ago by Rose Tyler

  • Avatar: malanepellico
    malanepellico
    Participant
    October 16, 2019 at 21:23

    I am using the Separator with Text element, but the color in the dialog box only changes the color of the separator lines. How can I target the Text in the Separator with Text element to change the text color to white?

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 17, 2019 at 07:11

    Hello,

    You can add a custom class for the element and custom CSS code in Theme Options > Custom CSS.
    For example, http://prntscr.com/pkehih +

    .text-white {
        color: white;
    }

    Regards

    Avatar: malanepellico
    malanepellico
    Participant
    October 17, 2019 at 17:02

    Hi Rose,
    I already tried that. It is just NOT working… I even tried:
    .text-white {
    color: white !important;
    }
    and it is still not working. Any other ideas on how to target the text in the “Separator with Text” element? You can see two of them on the home page of moonbowpublishing.com. They are currently dark grey text with white lines over a dark background image.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 18, 2019 at 07:13

    Hello,

    Please change the code to

    .text-white h4 {
        color: white;
    }

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.