Viewing 6 replies - 1 through 6 (of 6 total)
  • Stef

    (@serafinnyc)

    Both had headers in my browsers. It would be better if you just tell us which site is yours and how much of the header you want gone.

    Circle it with your phone photo app or desktop. The easiest way is going to be css, however removing the header may hurt you if you try and apply with Google Merchant for an account. Hiding the header is a violation. So be careful if you do plan on doing that.

    Thread Starter cihatcetintr

    (@cihatcetintr)

    Both sites belong to us. The top red part should not appear on the cart page of the https://im-diamond.com/cart-2/ site on mobile.

    Abiola Ogodo

    (@oaoyadeyi)

    @cihatcetintr

    Seems the header is been added by your theme, there should be a menu to turn it off in your theme options.

    If the above is not possible, add the CSS code below:

    @media only screen and (max-width: 600px) {
    header--row header-top hide-on-desktop layout-full-contained is_sticky has-center header--row{
    display:none;
    }}

    I hope this helps!

    Thread Starter cihatcetintr

    (@cihatcetintr)

    Hi,

    Sorry this snipped did not provide solution.

    Thread Starter cihatcetintr

    (@cihatcetintr)

    Solved with this code

    @media only screen and (max-width: 600px) {
    header--row header-top hide-on-mobile layout-full-contained is_sticky has-center header--row{
    display:none;
    }}

    Thank you

    Margaret S. woo-hc

    (@margaretwporg)

    Glad to hear it – thanks for letting us know!

    Feel free to create a new topic if you need assistance with anything else.

    Cheers

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Cart Page Site Header Remove’ is closed to new replies.