Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #992765

    Dear support,
    i have 2 problems:
    1. I have a boxed layout and try to have a transparent header – but it is still a white header on the homepage?
    2. The first color section i want to have with a transparent background, i wrote “transparent” in the section-background-color field – but no effect?
    Thanks for any help

    #993542

    Hey dondela,
    Your header and top section is transparent, but your #main, which is behind them, is white.
    Please try this code in the General Styling > Quick CSS field to see these areas transparent:

    #top.home #main {
        background: transparent !important; 
    }

    Or if you want to make the header transparent only, please try this css:

    @media only screen and (min-width: 989px) { 
    #top.home #main {
    clip-path: polygon(0 118px, 100% 118px, 100% 100%, 0% 100%);
    }
    }
    

    Best regards,
    Mike

    #993653

    Hey Mike,
    thank you very much!

    #993657

    Hi,
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    #994341

    Dear Mike,
    yes you can close this topic.

    Thank you!

    #994347

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

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