Colours above the menu

  • M4Qu4
    Inactive member
  • Topic Author
  • Visitor
  • Visitor
9 years 4 months ago #43339 by M4Qu4
Colours above the menu was created by M4Qu4
In the demo for Hot News Portal, I see that the buttons have a coloured line above the button and that the buttons have a gradient colour. Can you tell me Where I find these settings?
Thank you.

Please Log in to join the conversation.

More
9 years 4 months ago #43342 by ivan.milic
Replied by ivan.milic on topic Colours above the menu
In:

templates/hot_news_portal/js/jquery.hjt.navv.js
Code:
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");

Please Log in to join the conversation.

  • M4Qu4
    Inactive member
  • Topic Author
  • Visitor
  • Visitor
9 years 4 months ago #43367 by M4Qu4
Replied by M4Qu4 on topic Colours above the menu
Thank you very much for your prompt reply.
However, the information I was looking for is how I could trigger this topmenu2.

Please Log in to join the conversation.

More
9 years 4 months ago #43369 by ivan.milic
Replied by ivan.milic on topic Colours above the menu
How do you mean trigger topmenu2. You you describe in detail?

Please Log in to join the conversation.

  • M4Qu4
    Inactive member
  • New Member
  • New Member
More
9 years 4 months ago #43372 by M4Qu4
Replied by M4Qu4 on topic Colours above the menu
What I mean is that I try to use this option (colours above the menu) and I cannot.
This is the website : new.taxation.be.apache21.hostbasket.com/index.php
As you can see, I do not have colours over the menu nor the gradiënt colours.
I started with the Hot News Template and went to the Template Manager - options - menuconfig,
I see "Buttons and Panes", with "button color", "active button color", "drop down pane background" and "drop down hover background", but I do not see an option there to change anything to the colours or to use gradiënt colours
I see "border thickness" and "border color" (first level and sublevels", ...


I then tried the module "Top Menu" but this just gives me the same menu.

So, my question is: if I want to get the menu of Hot News Portal, where do i chose the settings and which settings do i chose?

With best regards,

Please Log in to join the conversation.

More
9 years 4 months ago #43377 by ivan.milic
Replied by ivan.milic on topic Colours above the menu
Use this code instead one in previous post:
Code:
jQuery(".navv > li:nth-child(1),.navv > li:nth-child(6)").css("border-top","3px solid #cc0000"); jQuery(".navv > li:nth-child(2),.navv > li:nth-child(7)").css("border-top","3px solid #9900cc"); jQuery(".navv > li:nth-child(3),.navv > li:nth-child(8)").css("border-top","3px solid #0066ff"); jQuery(".navv > li:nth-child(4),.navv > li:nth-child(9)").css("border-top","3px solid #009900"); jQuery(".navv > li:nth-child(5),.navv > li:nth-child(10)").css("border-top","3px solid #ffcc33");

Please Log in to join the conversation.

Time to create page: 0.290 seconds
Powered by Kunena Forum