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?

How to make fonts bold?
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: How to make fonts bold?
#4368
How to make fonts bold? 13 Years, 11 Months ago Karma: 0
I would like to make fonts bold but only in main menu not in submenu. I have tried everything but can't get it working. Maybe you could give me some advice?
The administrator has disabled public write access.
 
#4370
Re:How to make fonts bold? 13 Years, 11 Months ago Karma: 747
Hello,

If you use the latest version of "ARI YUI Menu" (v. 1.0.5), you can type the following code in "CSS Styles" parameter:

Code:


#{$id} .yuimenu UL .yuimenuitem UL .yuimenuitem .yuimenuitemlabel {
  font-weight: normal !important;
}


#{$id} .yuimenu UL .yuimenuitem .yuimenuitemlabel {
  font-weight: bold !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#4372
Re:How to make fonts bold? 13 Years, 11 Months ago Karma: 0
Thank you for the answer

something similar worked for me:

Code:


#{$id} .yuimenu UL .yuimenuitem UL .yuimenuitem .yuimenuitemlabel {
  font-weight: normal !important;
}


#{$id} .yuimenu UL .yuimenuitem .yuimenuitemlabel {
  font-weight: normal !important;
}



and in module I set Font weight to bold
The administrator has disabled public write access.
 
Go to topPage: 1