• Closed
  • Mike
    Spectator
    May 13, 2016 at 1:48 am #27593

    Hi,

    I have a contact form in a widget in the sidebar area. This is a form made using gravity forms as well as a plugin which allows me to style this form.

    When I am in the evolve customize area, even if I am making a change to something other than the widget or sidebar settings (for example, just changing the header of the site) my settings which are configured through the gravity form are overridden by whatever settings for the widget area within evolve.

    For example, within evolve in customize>styling>slideshow and widgets area I have a transparent background set and this overrides any color I have set within the plugin.

    Is there a way to make this plugin take priority?

    The website is pantanaltrips.com.

    Thanks,

    Mike

    Denzel Chia
    Moderator
    Posts: 2672
    May 14, 2016 at 4:36 am #27612

    Hi,

    Use the following in your Theme Options -> Custom CSS
    Your form inputs text color will become black.

    .gform_widget ul li {
    color: #000 !important;
    }
    .gform_title {
    color: #000 !important;
    }

    Thank you.