• I would like to change the color of 2 shortcodes. I plan to change the background color of my site to black and so the text in the shortcodes need to be white.

    The first shortcode is the contact forum on my contact page. I do not know how to change the text to white text.

    The second shortcode is on the page I linked to. Not only would I like the text to be white, but also the box where you input your response needs to be black. It does not change with the site’s color. It stays white no matter what.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    Visited the shared URL but not getting the black background.

    1. For the contact form, ?please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    div#wpcf7-f175-p69-o1 {
        color: #fff;
    }
    form input[type="text"], form input[type="email"], form input[type="url"], form textarea {
        color: #fff;
    }

    2. Kindly shared a snapshot with the marked sections which need to convert in white.

    Thread Starter kalebweeter14

    (@kalebweeter14)

    I have not changed it yet. The text boxes are what need to be black. When the background changes the inside of the text boxes remain white

    Hello,

    If possible kindly replicate the issue, so I will try to inspect it and able to give you the solution accordingly.

    Thread Starter kalebweeter14

    (@kalebweeter14)

    https://straightforwardpiano.com/courses/test/

    Here is the issue replicated

    Hello,

    I apologize for teh delay.

    ?Please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    textarea.mlw_answer_open_text, textarea.mlw_answer_open_text.mlwRequiredText {
        background-color: black !important;
        color: white;
    }

    If you are facing issues in other sections too, please share the snapshots of those.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Shortcode Color’ is closed to new replies.