• Hello, i have downloaded the arcade basic worpdress theme, and only in the front page i want to hide the <div class=”container”> . I use this <div class=”container” style=”visibility: hidden; display: none”> </div> , but its not allow me to do this. Maybe i made something wrong or the theme its not allow to do this. Some help… The website to take a look is https://myevarea.com/

    Thank you

Viewing 1 replies (of 1 total)
  • Place the following code in your custom CSS:

    There are several ways to change your CSS so it isn’t overwritten by an update to the theme:

    1. Create a child theme.
    2. Install a Custom CSS plugin
    3. Install JetPack and activate Custom CSS
    main {
       display:none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘div class container front page’ is closed to new replies.