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


Recent Events
  • 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.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


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?

Font Weight states?
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Font Weight states?
#10123
Font Weight states? 13 Years, 3 Months ago Karma: 0
hello ... I need to change the menu states ...

I need to have the normal font in the usual menu, and when putting the mouse over the menu item must be bold ... but the parameters of the module doesnґt allow me, generates a script that loads when you load the web and I canґt modify these parameters, or through the module settings, or through settings in the template css .. .

Any ideas how to solve this ...ї?

Thanks
The administrator has disabled public write access.
 
#10124
Re:Font Weight states? 13 Years, 3 Months ago Karma: 748
Hello,

Try to add the following code into "CSS Styles" parameter in module settings:

Code:


UL#{$id} A:hover,
UL#{$id} A:focus,
UL#{$id} A.ux-menu-link-hover
{
 font-weight: bold !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#10316
Re:Font Weight states? 13 Years, 3 Months ago Karma: 0
Hi,

I've got the same problem, except that i need to get the submenu in bold. So, i used your code like this :

UL#{$id} A,
UL#{$id} A:hover,
UL#{$id} A:focus,
UL#{$id} A.ux-menu-link-hover
{
font-weight: bold !important;
}

Result: it did not work.

By the way, i think i tried everything to even get a specific item in bold and nothing worked.

Any other idea about it?

thanks

JP
The administrator has disabled public write access.
 
#10317
Re:Font Weight states? 13 Years, 3 Months ago Karma: 748
Hello,

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

Regards,
ARI Soft
The administrator has disabled public write access.
 
#10323
Re:Font Weight states? 13 Years, 3 Months ago Karma: 0
www.fybalawyers.com/scoop

Thanks again

JP
The administrator has disabled public write access.
 
#10325
Re:Font Weight states? 13 Years, 3 Months ago Karma: 748
Use the following CSS rules:

Code:


#menu .ux-menu-container UL.ux-menu ul.ux-menu-sub a,
#menu .ux-menu-container UL.ux-menu ul.ux-menu-sub a:hover,
#menu .ux-menu-container UL.ux-menu ul.ux-menu-sub a:focus,
#menu .ux-menu-container UL.ux-menu ul.ux-menu-sub a.ux-menu-link-hover
{
 font-weight: bold !important;
}



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