Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #326156

    Hello guys!

    On this site: http://test.testsites-swipemedia.nl/

    The header navigation shows good on mobile (has a bleu header) but on some sizes the header becomes transparent (white), because the logo is white it doesn’t look good. I want to have the same effect like mobile on tablet sizes, and i also want to appear to hamburger menu sooner from 1000px.

    I have edit this to the css to not show the transparent slider (maybe this has something to do with it):

    @media only screen and (min-width: 320px) and (max-width: 989px) {
    .crone-home-slider {
    display: none !important;
    }}

    Greets Tim

    #326368

    Hey Tim!

    Thank you for using Enfold.

    You can use this on Quick CSS or custom.css:

    @media only screen and (max-width: 989px) {
    .html_header_transparency #top #wrap_all #main {
    padding-top: 116px;
    }
    }

    Configure the mobile menu on Enfold > Header Layout > Mobile Menu. Choose the second option on Header Mobile Menu activation setting.

    Best regards,
    Ismael

    #326857

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘transparent header’ is closed to new replies.