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?

Submenu font size
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: Submenu font size
#11956
Submenu font size 13 Years, 2 Months ago Karma: 0
Hello, currently ive set my menu font size to 14 but i want my submenu to have the size 12.

I tried with the following

#{$id} ul ul li a
{
font-size: 20px !important;
}

But it dont work, URL to my website is : www.thailandresort.se/newtemplate
Last Edit: 2011/03/07 18:13 By Vimes.
The administrator has disabled public write access.
 
#11960
Re:Submenu font size 13 Years, 2 Months ago Karma: 748
Hello,

Use the next CSS rule:

Code:


#nav .ux-menu-container UL.ux-menu UL.ux-menu-sub LI A
{
 font-size: 12px !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#12672
Re:Submenu font size 13 Years, 1 Month ago Karma: 0
I'm having the same question.
I tried to add the code but it doesn't change anything.

www.rollercoaster.be/SJC
The administrator has disabled public write access.
 
#12674
Re:Submenu font size 13 Years, 1 Month ago Karma: 748
Use the next CSS rule:

Code:


#mainmenu .ux-menu-container UL.ux-menu UL.ux-menu-sub LI A
{
 font-size: 12px !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#12675
Re:Submenu font size 13 Years, 1 Month ago Karma: 0
Thanks a lot!
The administrator has disabled public write access.
 
#40178
Re:Submenu font size 11 Years ago Karma: 0
I tried to style the first link (My Home button) and the text for links which do not have a sub menu using ux-menu-link-first as the class and it just didn't work.

The site is on a development box at the moment so I can't give you a URL but I did attach a pic of the areas that are causing issues along with Google Chromes inspect element.
The administrator has disabled public write access.
 
Go to topPage: 123