Sunday 20 January 2013

Coloured lines not showing under menus on Wordpress Milan Theme

After a installling the Wordpress Theme and activating a menu I did not have the colours under the menu like on the demo.

My hack for this is as follows.

wp-content/themes/milan/css/jqueryslidemenu.css

and added the following

 #jqueryslidemenu #menu-item-111{
border-bottom:3px solid #f95240;
}

#jqueryslidemenu .menu2{
border-bottom:3px solid  #1f9fba;
}

#jqueryslidemenu #menu-item-110{
border-bottom:3px solid #1f9fba;
}

#jqueryslidemenu #menu-item-110{
border-bottom:3px solid  #9bbb1c;
}

#jqueryslidemenu .menu-item-109{
border-bottom:3px solid  #ffa401;
}

#jqueryslidemenu #menu-item-108{
border-bottom:3px solid  #ca3636;
}

the menu item numbers may be different for you.  Check your Source code.



No comments: