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

    Hello,

    I tried to integrate header, logo+menu in my main slide picture, but there are borders, which i dont like. Moreover, in smartphone-version the header is seperate with white background…

    You can check and can understand me here: http://www.grpsupport.de

    What can i do.

    #821779

    Hey InnovativeAirport,

    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

    
    #top .av_header_with_border.av_header_transparency #header_main {
        border: 1px solid rgba(255,255,255,0);
    }
    

    Yes, that’s the way the header is meant to be by design in Enfold for mobile.
    If you make it transparent, the slider is not under it. You ca try this code:

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

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #823215

    Hello, problem is solved, topic can be closed

    #823365

    Hi,

    I’m glad this was able to be corrected for you. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Integrate header in main slide’ is closed to new replies.