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

    Hi,

    I´m trying to get the header on mobile devices transparent, but for some reason unfortunately the code:

    @media only screen and (max-width: 768px) {
    .responsive #top #wrap_all #header {
    position: absolute;
    background: transparent;
    }}

    is not working. I cleared my cache and also renewed the site many times.

    Please let me know what I can do to solve this issue.

    Thanks!

    #1064999

    Hey olvralbrcht,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

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

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1065187

    Hey Victoria,

    it worked well! Thanks a lot!

    Have a great day!

    #1065264

    Hi olvralbrcht,

    Glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Transparent Header on mobile devices’ is closed to new replies.