Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

active menu item font weight?
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: active menu item font weight?
#11220
active menu item font weight? 13 Years, 9 Months ago Karma: 0
First of all, thanks for a really nifty and great module...

All I want from it it does so far for me, except I am not able to get the currently active menu item to show in bold letters and this items only in bold letters...

I guess something in my css override is wrong, however I do not know what. Any chance somebody can point me in the right direction?

Here is the override I use:

------------------------------
.ux-menu a {
color: #353535;
border-left: 0px solid #eee8da;
border-top: 0px solid #eee8da;
border-bottom: 0px solid #eee8da;
background: #eee8da url(images/menu-item-bg.png) repeat;
}

.ux-menu a.ux-menu-link-last {
border-right: 0px solid #eee8da;
}

.ux-menu a:focus,
.ux-menu a:hover,
.ux-menu a.ux-menu-link-hover {
border-color: #eee8da;
background: url(images/menu-item-bg-over.png) repeat;
}

/* background */
.ux-menu-container
{
background: #eee8da;
}

/* over */
.ux-menu-container .ux-menu A.ux-menu-link-hover
{
background: #eee8da;
}

/* select over */
.ux-menu-container .ux-menu a:hover,
.ux-menu-container .ux-menu A.ux-menu-link-hover:hover
{
background: #eee8da;
color: #63022f;
text-decoration: none;
}
.ux-menu a:current {
font-weight: bold !important;
}
------------------------------


Thanks for any help in advance.

Maxi
The administrator has disabled public write access.
 
#11224
Re:active menu item font weight? 13 Years, 9 Months ago Karma: 760
Hello,

Could you provide link to page where we can see the menu on your site?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#11231
Re:active menu item font weight? 13 Years, 9 Months ago Karma: 0
Sure, here it is, the top most menu is the one in question ... The contacts link is the only one currently in use, as we are still building this site...

d11743379.u144.iaweb.biz/

Thanks

Maxi
Last Edit: 2011/02/19 18:57 By iaweb.
The administrator has disabled public write access.
 
#11247
Re:active menu item font weight? 13 Years, 9 Months ago Karma: 760
Could you specify "Hightlight current menu item" parameter in module settings is set to "Yes"?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#11248
Re:active menu item font weight? 13 Years, 9 Months ago Karma: 0
Lol, yeah I am an idiot, it was not... Now it is and it did some change, now I have a slightly different background, which is not bad, but the font is still not bold for the active menu item...

Thanks

Maxi
The administrator has disabled public write access.
 
#11250
Re:active menu item font weight? 13 Years, 9 Months ago Karma: 760
Add the next CSS rule:

Code:


#ja-wrapper .ux-menu-container .ux-menu li a.current
{
 font-weight: bold !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12