Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1141155

    Hello,
    the logo area of our website remains transparent after scrolling down. I want to disable this so that it switches to a white background when you scroll down. But the settings changes are not affecting this. Also i tried a CSS code #header.header-scrolled { background: #ffffff !important; }

    We are also experiencing an issue where our menu gets cut off when you open it on mobile.

    Any help you can offer would be great.

    #1141323

    Hey CPM_usa,

    Thanks for the login details, they don’t seem to work though. Please check and verify.

    Best regards,
    Rikard

    #1141336

    this is a matter of header_bg it has on default an opacity of 0.95
    set it to 1.

    #1141397

    Sorry see below

    • This reply was modified 4 years, 6 months ago by CPM_usa.
    #1141403

    I’m a participant like you – so I don’t see your private messages.

    #1141791

    Hi CPM_usa,

    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

    
    #header {
      margin-top: 0;
    }
    #header #header_main {
      min-height: 59px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1141853

    quick css did not work, but the other method did work. Thanks so much Victoria!

    #1141869

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Cannot turn of transparency in logo area’ is closed to new replies.