• Resolved URLmedia

    (@urlmedia)


    May not be a theme issue, however, I’ve installed a “Blog Subscriptions (Jetpack)” in the Footer Widget Area and the email sign up space is white when filling out the text box. How do I change the colour of text in the text box so that people can see what they are typing. Been able to manage change these settings on the Mailchimp sign up but not this widget. Tried looking in settings of Jetpack, to no avail. Thanks for your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    You can customize the look of each one of your widgets thanks to custom CSS. In your dashboard, go to Appearance > Edit CSS, and you’ll be able to enter custom CSS.

    For example, to change the input field color to black in each field of your footer widget area, add the following CSS:

    .enigma_footer_widget_area input {
      color: #000;
    }
    Thread Starter URLmedia

    (@urlmedia)

    Thanks Jeremy, much appreciated. That worked a charm.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Footer Widget Area Text colour’ is closed to new replies.