CSS code not working

  • suzettelipford
    Asked on July 20, 2016 at 9:27 AM

    I used the CSS code that you emailed to me so I could delete the envelope-style graphic at the bottom of my form. Please confirm the code: .form-section:before(background:none !important;)

     

    I noticed there was a space after the word "none" before the exclamation point. Are there NO spaces in the code? I followed it exactly as it was written in the email instructions. 

  • John_Benson
    Replied on July 20, 2016 at 10:56 AM

    Question: I used the CSS code that you emailed to me so I could delete the envelope-style graphic at the bottom of my form. Please confirm the code: .form-section:before(background:none !important;)

    The CSS code is incorrect. It should be curly brackets { } and not round brackets (  ). Here's the correct CSS code:

    .form-section:before { background: none !important; } 

    CSS code not working Image 1 Screenshot 20

    Let us know if its still not working. We will be happy to assist you further. Thanks!