Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #457311

    Hello there,

    I would like to make the side navigation menu transparent. Is there a button or code for this?

    Best regards,
    Geo

    #457610

    Hey GeoCreo!

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Cheers!
    Rikard

    #457711
    This reply has been marked as private.
    #457737

    Hey!

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

    .av-main-nav > li > ul *,.av-main-nav > li > ul { background-color: transparent!important; }

    If that does not help, please post a screenshot and show the changes you would like to make

    Regards,
    Yigit

    #457743

    Hi Yigit,

    Many thanks for this. Unfortunately,I managed to lose the code you provided yesterday for the transparency and can not find the post. Adding this code alone is currently making no change.

    Thanks!

    • This reply was modified 8 years, 10 months ago by GeoCreo.
    #457747

    Hi!

    Do you have another account or did i posted the code for another user? I checked your previous topics and posts but could not find your question. If you do not mind explaning the changes you would like to make, we can send the code once again :)

    Cheers!
    Yigit

    #457751

    Sure, no problem.
    Basically, I’d like to make the color of the main left sidebar menu semi-transparent so that the layerslider is visible behind it.
    The code you had provided yesterday was successful in making the left sidebar background completely transparent.

    Many thanks!

    #457752

    Hi Yigit,

    Many thanks for this. Unfortunately,I managed to lose the code you provided yesterday for the transparency and can not find the post. Adding this could alone is currently making no change.

    Thanks!

    #457779

    Alternatively I can upload a custom background image that is transparent but this is not displaying as it’s being overriden by the background color.

    #457784

    Hi!

    If you set header background to transparent it would look like this – http://i.imgur.com/fj45Ynh.png
    You can go to Enfold theme options > General Styling > Logo Area and set a custom Background image

    Best regards,
    Yigit

    #457797

    Hi Yigit,

    Yes, complete transparency is a problem, which is why I thought something that is semi-transparent (showing the background color slightly with some opacity) would be great.

    Thanks!

    Regards,
    Geo

    #457803

    I guess what I actually need is the code for opacity :)

    #457806

    Hey!

    You can add following code to Quick CSS

    .header_bg {
      background-color: rgba(0,0,0,0.7)!important;
    }

    0,0,0 is RGB value of the color and 0.7 is opacity level

    Cheers!
    Yigit

    #457818

    Thanks Yigit!

    This did it for me:

    .header_bg { background-color: rgba(0,0,0,0.7)!important; }
    #main { margin-left: 0px !important; }

    Best regards,
    George

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘How can I make the sidebar menu transparent?’ is closed to new replies.