• Hi

    I have placed the email subscribers and newsletters box in one of the footer widgets of my site. The background color of the footer is black and the text color is white. All other plugins are showing white but in the email subscription the text that the subscriber types inside the text boxes appears in red (I am not referring to the label text such as ‘Name and ‘Email’ that appear white). Not just the text but even the border of the email box shows red color. This is happening also on another page where I have placed in plugin in the right sidebar. I am puzzled why this happening. Can someone please help? I am using the OceanWP theme.

    • This topic was modified 6 years, 6 months ago by mjaitly123.
    • This topic was modified 6 years, 6 months ago by mjaitly123.
    • This topic was modified 6 years, 6 months ago by mjaitly123.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    It might be because Email Subscribers widget is inheriting the theme default colors. You can always change these colors using CSS.

    To change the border color and text color you can use the below-mentioned CSS.

    #es_txt_email{
    border-color: white;
    }
    .es_textbox_class{
    color: white;
    }
    Thread Starter mjaitly123

    (@mjaitly123)

    Hi Aditya

    Thanks a lot. This helps but can you let me know the CSS for changing the font size, font style of the labels that I use inside the widget such as “Email”, “Name”, heading that I give in the widget and the subheading inside the widget such as “Your Email remains safe”. I hope you are able to understand me.

    Thanks

    • This reply was modified 6 years, 6 months ago by mjaitly123.

    Hi @mjaitly123

    Use the below-mentioned code to style everything you mentioned.

    .es_widget_form{
    font-family: Arial;
    font-size:12px
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Red Color inside Text Boxes’ is closed to new replies.