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

    My site shows up fine a computer screen.
    On a mobile screen, my site has a white background header and burger icon above the image. How do I either

    1) Hide this header and display my logo or
    2) Make the header area black so my logo shows

    Thanks in advance

    #1277249

    Hey karthik16,

    Add this to quick css:

    @media only screen and (max-width: 989px){
    #top .av_header_transparency #header_main{
    background:#000!important;
    }}

    Best regards,
    Jordan Shannon

    #1277434

    Hi Jordan,
    That did not fix the issue. I still see a white header on small screens.

    Thanks

    #1277560

    Hi karthik16,

    Can ou try adding this in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:767px) {
      .responsive #top #wrap_all #header {
        background-color: black;
      }
    }

    Best regards,
    Nikko

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