• 2017-01-19_2218

    background changing only after I change (in F12 Google Chrome mode)

    background-color
    to
    background

    Where I should change background-color to background into you CODE?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter MakarkinPRO

    (@makarkinpro)

    Question 2. It working on WordPress multisite, but I still have a WARN Contact form 7 – Style is an addon. Please activate Contact form 7.

    Plugin Author Lehel Szilard Marosi

    (@mlehelsz)

    Greetings,

    These settings are generally made, and they are rendered on page load. This error is only on your side, because there is some styling added by the theme used on your website.

    Please try to add the settings you desire, into our CSS editor, which looks like this: https://s.w.org/plugins/contact-form-7-style/screenshot-6.jpg?r=1595508

    Try adding your color, like this:

    
    body .cf7-style.cf7-style-649 input[type="submit"] {
        background-color: #e2e068 !important;
    }
    

    Important Note: The snippet above only works if you have the current custom style activated.

    As for your second question, we will test it on a multi-site setup and add a fix for it in our next release.

    If you enjoy our work, please feel free to give us a five star rating or consider donating.

    Best Regards,
    Lehel

    Thread Starter MakarkinPRO

    (@makarkinpro)

    body .cf7-style.cf7-style-649 input[type=”submit”] {
    background: yellow !important;
    }

    thats works without -color

    Plugin Author Lehel Szilard Marosi

    (@mlehelsz)

    Can you please send or email us the website url where your custom contact form 7 style is active? (Please change the [at] with the “@” sign )

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to make that?’ is closed to new replies.