Home Forums WoodMart support forum change text color to black

change text color to black

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #43551

    Blaze
    Participant

    How to change the text color to black inside Text Block of the visual composer, currently it is set to grey and I want to change it to black but can’t find the settings to do it!

    Attachments:
    You must be logged in to view attached files.
    #43582

    Artem Temos
    Keymaster

    Hi,

    Could you please send us a link to your website where we can see this table on your website?

    Kind Regards

    #43588

    Blaze
    Participant

    I have provided the page link, here you can see this table.

    #43599

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to change it

    .wpb_text_column table,
    .wpb_text_column table p{
        color:black;
    }
    #43698

    Blaze
    Participant

    Thank you.
    You are awesome!

    #43706

    Artem Temos
    Keymaster

    You are always welcome 🙂

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘change text color to black’ is closed to new replies.