This topic has 1 reply, 2 voices, and was last updated 9 years by Radu.

  • Author
  • #68474
     hakened
    Participant

    I have been waiting for the reply Please instruct me with this!

    #68597
     Radu
    Moderator

    Hi,

    The easiest way is to do this via CSS

    Add this css snippet to Wp-Admin -> Theme Options -> General Settings -> Quick CSS or you can add this snippet to your kleo-child/style.css

    COPY CODE
    
    @media (max-width: 640px) {
    
        div#footer {
            display: none !important;
        }
    
        div#header {
            display: none !important;
        }
    
    }
    

    Regards

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?