Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1411578

    Hi,
    The background for the color section at the bottom of the page with the contact form in it is set to blue. For some reason it isn’t showing up any longer. Any idea why? https://fiestapoolsandspas.com/above-ground-pool-equipment/
    Thank you!

    #1411584

    Hey jnightingale,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .cog-form__container {
    	background-color: #0056a6 !important;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1411586

    Hi, Mike,
    Thanks. That worked on a couple of other pages to turn the background of the form blue. But on that page, it still didn’t make the color section background stay blue (it is set to that). And, on some cognito forms, they need a white background, and so it made those blue. Thoughts?
    Thanks!

    #1411606

    Hi,

    Please try this CSS instead:

    .cog-form__container {
      background-color: transparent !important;
    }

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.