• Resolved wol

    (@amlanjyoti)


    Hello, thanks for the great plugin.
    Can you tell me how to make transparent background color?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author FancyThemes

    (@fancythemes)

    Hi,

    It would require some custom CSS code. Can you send over the URL to the page where you have the form added and I’ll write the CSS code and send it over.

    Thread Starter wol

    (@amlanjyoti)

    here is my site https://goo.gl/u6Ync6 still customizing it

    I don’t want that dark blue color(#0064bc) in the footer widget section as it is not matching with the black footer background.

    Plugin Author FancyThemes

    (@fancythemes)

    Hi,

    Add this in WP admin > Appearance > Customize > Additional CSS:

    #footer-widgets #optinforms-form2 {
        background: transparent !important;
        padding: 0;
    }
    Thread Starter wol

    (@amlanjyoti)

    Thank you very much, sir.

    Plugin Author FancyThemes

    (@fancythemes)

    You’re welcome.

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