Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #19101
    rbrt_bene
    Member

    Hy Sakin,

    Is there a way to have a drop-down menu shadow for the main navigation menu through CSS codes?

    Thank you in advance,
    Robert
    http://www.theautoexperience.ro/orsi

    #19111
    Sakin
    Keymaster

    @rbrt_bene: Sorry I don’t get it what you mean. Can you explain please.

    #19115
    rbrt_bene
    Member

    Hy Sakin,

    I mean the following: on the main navigation menu there are the submenus which are in a drop down container. Can we have a shadow for that container so that it feels more like a 3D effect?

    Apologize, I just observed that the drop down container has shadow, but is very thin. How can I increase the shadow for that container?

    Regards,
    Robert

    #19117
    Sakin
    Keymaster

    @rbrt_bene: Yes you can increase that by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #header-menu ul.menu ul {
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    }
    #19121
    rbrt_bene
    Member

    Thank you Sakin, it’s working very nice. It gives a more fancy look to the site 🙂

    Best regards.
    Robert

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Drop down menu with shadow’ is closed to new replies.