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

    Hi dear Kriesi team,

    in my current mega menu I use big images. Big thanks for the video https://vimeo.com/67651241

    In this thread https://kriesi.at/support/topic/how-to-remove-the-dropdown-menu-shadow/ I found how to remove the shadow. So I tried to get a shadow with this:

    .avia_mega_div .sub-menu{
    -moz-box-shadow: 0px 40px 150px 100px grey !important;
    -webkit-box-shadow: 0px 40px 150px 100px grey !important;
    box-shadow: 0px 40px 150px 100px grey !important;
    }

    Is this possible?
    The menu should thus stand out more from the page content.

    Best regards,
    Thomas

    • This topic was modified 6 years, 1 month ago by Ink_Eye.
    #1014236

    Hey Ink_Eye,

    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 .avia_mega_div {
      -moz-box-shadow: 0px 40px 150px 100px grey;
      -webkit-box-shadow: 0px 40px 150px 100px grey;
      box-shadow: 0px 40px 150px 100px grey;
    }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1014331

    Hi Victoria,

    thank you! Thats close. Now the shadow appears on the main menu also. Is it a z-index thing?

    Best regards,
    Thomas

    #1014743

    Hi Thomas,

    I don’t see the effect at this point, did you remove the code? Or are you not using the mega menu anymore?

    Best regards,
    Victoria

    #1014823

    Hi Victoria,

    sorry, the code was hidden. I use this code. The goal is to keep the menu bright.

    #header .avia_mega_div {
    -moz-box-shadow: 0px 0px 900px 900px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 900px 900px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 900px 900px rgba(0,0,0,0.1);
    }

    Thank you, Victoria.

    Best regards,
    Thomas

    #1014929

    Hi Thomas,

    The big shadow is due to 900px you set to be the size of the shadow.

    Best regards,
    Victoria

    #1015170

    Hi Victoria,

    the effect I try to get is:

    Only the content should get darker by the shadow. In the picture below I put screenshots together in photoshop:

    Thank you, Victoria,

    best regards, Thomas

    #1015772

    Hi Ink_Eye,

    Here is a thread for you to consider
    https://stackoverflow.com/a/6671887

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1015821

    Hi Victoria,

    perfect, thank you!! I’ve found what I was looking for. :)

    Best regards,
    Thomas

    #1016091

    Hi Thomas,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.