Okay
  Public Ticket #347828
Info remove element style
Closed

Comments

  • Chrys started the conversation

    Hi, in this page, that i would use in mode Squeeze Page, because i see the row in grey on the top and in botton.

    I've customize css of page remove the visibility of header and footer. Is correct for this use, or the template have a single page template without header and footer? Thank's

  • Chrys replied

    Now i've removed grey line, but if i change type of view, for example in ipad, i see all page changed i can insert also in string: @media only screen ??

    Thank's

  •  8,436
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    @media only screen and (max-width: 1000px) and (min-width: 1px) {  
        .container-wrap {
            margin-top:-58px !important;
        }
    }
    
    Thanks 


    ThemeNectar Support Team 

  • Chrys replied

    Ok thank's!!!

    Now i see i row grey in footer, is possible to removed?

    Thank's

  •  8,436
    Tahir replied

    Hey AGain!

    Add this into the Custom CSS box located in your Salient Options panel :
    body {
        background-color: #FFF;
    }
    
    Thanks 


    ThemeNectar Support Team