Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Michael,

    thanks for downloading MH Magazine lite.

    What box do you mean? If you mean the shadow, you can get rid of it by adding this to custom CSS:

    .container { box-shadow: none; }

    I wish you a nice weekend.

    Regards
    Michael

    Thread Starter michaelwong9

    (@michaelwong9)

    Thank you very much for your respond

    I mean just HEADER BOX not include BODY BOX.
    I want my header without BOX and sticky with my background.

    Regards,

    Michael Wong

    Hello Michael,

    the header is included in the main container. You can add this to custom CSS and see if that is what you mean:

    .container { box-shadow: none; }
    .header-wrap { background: none; }

    If you want the header to be separate outside the container and with different styling, you will have to modify the file header.php and code it yourself.

    Regards
    Michael

    Thread Starter michaelwong9

    (@michaelwong9)

    Thanks you again Michael. Its like i mean.

    Have a nice day

    Regards

    Michael Wong

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to remove BOX in Header?’ is closed to new replies.