Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #503711

    Hi,
    I am looking for a solution to a) make the logo area transparent, but b) not showing the content scrolling through (as you can see in the attached image -> privat content area).

    #503736

    Hey Manuel!

    May we have a link to the website so we can provide you with specific css?

    Cheers!
    Dake

    #503754

    Hey Dake!

    see the link attached!

    Cheers!

    Manu

    #503759

    Hey!

    Please try adding the below css to your custom css section:

    .header_bg {
    	background-color: #000000 !important;
    }

    Regards,
    Dake

    #503816

    Hey Dake,

    sorry, but this doesn´t seem to work as intended. I wished, that when the content passes the black menu-bar it should dissapear. Please visit the site again and try the scrollling.

    Regards,
    Manu

    #503946

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .header-scrolled #header_main {
        background-color: white;
    }

    Best regards,
    Yigit

    #505145

    Hi Yigit,

    doesnt work for me. I want to see the flames from the background remaining. As I allready wrote: I wished, that when the content passes the black menu-bar it should dissapear when you scroll up.

    #505255

    Hi!

    For clarification, you want the menu to disappear when you scroll down? Is that correct? Please try this:

    .header-scrolled #header_main_alternate {
        display: none;
    }

    If this is not what you’re looking for, please provide a screenshot.

    Best regards,
    Ismael

    #616722

    /closed (Thanks :))

    #618173

    Hey!

    glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Cheers!
    Andy

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Transparent top logo area showing background color’ is closed to new replies.