• Resolved joey111

    (@joey111)


    I just want to hide this checkbox. Everything else I have already fitted properly.

    Many thanks for the help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi, i understand you want to hide the checkbox but leave the message? If so then the best way to do that is to go to wp-admin / Appeareance / Customize / Additional CSS panel and add there the code below

    
    #_adverts_account_1 {
        display: none !important;
    }
    
    Thread Starter joey111

    (@joey111)

    Perfect! Thank you very much! ??

    • This reply was modified 7 years, 11 months ago by joey111.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to hide the checkbox’ is closed to new replies.