Okay
  Public Ticket #1380773
drop shadow menu text
Closed

Comments

  • fl1pp3r started the conversation

    Hello,
    I am looking for an option to add drop shadow to menu text, something like this
    text-shadow: 1px 1px black;

    but i dont know where to past the CSS or even what is the menu text css.
    Can you help me?

  •  2,010
    Ocean replied

    Hi,

    Go to Modis Option/Styling Option/Add Css Code. Add css code :

    header.smaller.header_center #mainmenu > li > a {

    text-shadow1px 1px #000;

    }