Okay
  Public Ticket #2974624
text white
Closed

Comments

  •  5
    STUDIO-BRAINUS started the conversation

    Hey, there :)

    Could you let me know how to change text color from grey to white?

    Best Regards,

  •  279
    Noah replied

    Hello there,

    Thanks for getting in touch with us.

    Please use the css below:

    .wpb_text_column >.wpb_wrapper p{
        color:#ffffff !important;
    }
    

    Thanks.