Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #174390

    Hey guys,

    How would I go about making my menu background more transparent? Right now there is a default transparency, but I would like to increase the transparency slightly.

    Thanks in advance.

    #174535

    Hi,

    Can you post a link to your website please?

    Regards,
    Josue

    #174661
    #174844

    Hi!

    Try with opacity:

    #header{
    opacity: 0.6;
    }

    Cheers!
    Josue

    #175276

    Hi Josue,

    I want to make parts of my site transparant like zerozendesign but not just the header but the bodybackground as well.
    Can you tell me what code to use?

    Thanks in advance!

    And sorry for hijacking this topic :)

    #175377

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #175536
    This reply has been marked as private.
    #175680

    Hello Jeroen!

    Try adding this code to the Quick CSS:

    #after_layer_slider_1{
    background: none;
    }
    #main{
    background: rgba(255, 255, 255, 0.0) !important;
    }

    Regards,
    Josue

    #176060
    This reply has been marked as private.
    #176118

    Hi,

    Try adding this code too:

    .image-overlay.overlay-type-extern {
    display: none !important;
    }
    

    Regards,
    Josue

    #176352

    Hi Josue,

    Thanks – sure did the trick.

    Starting to feel greedy, but two more things.

    I managed to chance the opacity of the footer myself but can you help me out with the code for the menu header and little bar at the top of the site.
    I got the opacity of the menu/header to change but it also made the logo transparent.

    And secondly – the bodybackground of other pages didn’t change (see: http://www.voorjou.info/voorjounieuw/privace/) any way i can get that to be transparant as well?

    Regards,

    Jeroen

    #176592

    Hey!

    To with this:

    .header_bg, #avia-menu, .main_color{
    background: transparent !important;
    }

    Cheers!
    Josue

    #176614

    Thank you so much, worked perfectly!

    Almost ashamed to keep on going, but now the borders still show – how can i set them to transparant?

    #176640

    Hello!

    Add this too:

    #header * {
    border-color: rgba(0, 0, 0, 0) !important;
    }

    Cheers!
    Josue

    #176685

    Many thanks, you’ve been a great help!

    #176696

    You are welcome, glad we could help.

    Regards,
    Josue

    #177583

    Hey Josue,

    So it works for the header, but also made the navigation font transparent as well. How can I just make the header background transparent?

    #177608

    Hi!

    Use this code instead:

    .header_bg{
    background-color: rgba(0, 0, 0, 0.8);
    }

    Best regards,
    Josue

    #182910

    I have the same problem like zerodesign. Headerbackground should be transparent but not the navigation and not the logo.

    The last code changes nothing.

    Kind Regards

    #183084

    Hi Simonac,

    Can you post the link to your website please?

    Regards,
    Josue

    #183086
    This reply has been marked as private.
    #183089

    Your site is not loading from here (maybe is due to a location issue) :(

    Please create a new topic regarding this so other staff members can help you.

    Cheers,
    Josue

Viewing 22 posts - 1 through 22 (of 22 total)
  • The topic ‘Enfold > Header > Transparent > Navigation’ is closed to new replies.