Top Menu Home Button & Virtuemart Tabs

  • laet
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 11 months ago #6922 by laet
Hi Guys,

Still working on the site have and gettting it nutted out. Some quick questions.

1. I want the Home button on the top menu to not be always the hovered colour. I only want the hover colour on mouse over - how do I do this?

2. With Virturmart - I want to add another tab "downloads" and have a spec sheet in there, can you point me in the right direction here.

Thanks heaps! - Laet.

Please Log in to join the conversation.

More
12 years 11 months ago #6925 by ivan.milic

Please Log in to join the conversation.

More
12 years 11 months ago #6935 by ivan.milic
Hi,

To remove different formating for active top menu item in templates\hot_ecommerce\css\template_css.php find next css entities and just remove lines I marked red:

...
#nav > li.active, #nav > li:hover, div.show_vm_cart {
background:<?php echo $topMenuText; ?>;
}

#nav li:hover a, #nav li.active > a {
color:<?php echo $topMenuHoverText; ?> !important;
}
...
The following user(s) said Thank You: laet

Please Log in to join the conversation.

  • laet
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 11 months ago #6945 by laet
Hi Ivan,

I tried what you advised but this took away all hover. I still want the buttons to hover but I don't want the "Home" button to hover / be selected by default. When this is selected in Joomla menus as default the home button shows as hovvered. I only want the buttons on the top nav bar to hover only when a the mouse is put over them this inlcudes the home button. Is it possibe? Thanks.

Please Log in to join the conversation.

More
12 years 11 months ago #6948 by ivan.milic
Hi,
then change the css to look like this:

#nav > li:hover, div.show_vm_cart {
background:<?php echo $topMenuText; ?>;
}

#nav li:hover a {
color:<?php echo $topMenuHoverText; ?> !important;
}



notice that I removed: #nav > li.active and #nav > li.active,

Please Log in to join the conversation.

Time to create page: 0.146 seconds
Powered by Kunena Forum