Second Menu

  • Suikiwi
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
10 years 9 months ago #38214 by Suikiwi
Second Menu was created by Suikiwi
I'm lost on setting up the second menu. I wish to get the color switching as per the screenshot instead of standard menu.


Attachments:

Please Log in to join the conversation.

More
10 years 9 months ago #38219 by ivan.milic
Replied by ivan.milic on topic Second Menu
In templates/hot_news_portal/js/jquery.hjt.navv.js

this script is what are you looking for:

jQuery(".mnu_topmenu2 > li:nth-child(1),.mnu_topmenu2 > li:nth-child(6)").css("border-top","3px solid #cc0000");
jQuery(".mnu_topmenu2 > li:nth-child(2),.mnu_topmenu2 > li:nth-child(7)").css("border-top","3px solid #9900cc");
jQuery(".mnu_topmenu2 > li:nth-child(3),.mnu_topmenu2 > li:nth-child(8)").css("border-top","3px solid #0066ff");
jQuery(".mnu_topmenu2 > li:nth-child(4),.mnu_topmenu2 > li:nth-child(9)").css("border-top","3px solid #009900");
jQuery(".mnu_topmenu2 > li:nth-child(5),.mnu_topmenu2 > li:nth-child(10)").css("border-top","3px solid #ffcc33");

colors are #cc0000, #9900cc ...

Please Log in to join the conversation.

Time to create page: 0.138 seconds
Powered by Kunena Forum