Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #424619

    I want to make tansparent the background of the header section at mobile (max-width: 767px)

    Tried in every way, but it was not possible.

    Please teach me how..

    #424916

    Hey Oh!

    Try adding this to your custom CSS.

    @media and screen (max-width:767px) {
    .header_bg, .header-bg { background: transparent !important; }
    }

    If that’s not working then send us a link to your page and we’ll take a look.

    Best regards,
    Elliott

    #425024
    This reply has been marked as private.
    #425363

    Hi!

    Please add following code to Quick CSS

    @media only screen and (max-width: 767px) {
    #top #wrap_all .av_header_transparency {
      background-color: transparent!important;
      position: absolute!important;
    }}

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.