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?

change the font
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: change the font
#23469
change the font 12 Years, 3 Months ago Karma: 0
HI, congratulations for the menu
1) how can I change the fonts of the menu and the 2° and 3° level menu backgrounds ?
2) With IE 7 sub menus are displayed under the menu to the right even if z-index is correct.

site: www.phoebus.it/index.php?option=com_content&view=article&id=1&Itemid=104&lang=it

thanks
The administrator has disabled public write access.
 
#23470
Re:change the font 12 Years, 3 Months ago Karma: 747
Hello,

1. Try to use the next CSS rules:

Code:


.yuimenu UL UL LI A
{
 background-color: red !important;
}

.yuimenu UL UL LI A:hover
{
 background-color: yellow !important;
}



2. It doesn't look like a "ARI YUI Menu" issue. This problem with site templates HTML layout and styles (menus are located in elements which have absolute position). IE 7 calculates z-index in another way than other browsers for elements with absolute position. We can recommend to use IEDevToolbar addon for IE to investigate this problem.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#23535
Re:change the font 12 Years, 3 Months ago Karma: 0
Thanks but it did not work ...
You can send me the code to change the font?
Regards
Luca
The administrator has disabled public write access.
 
#23536
Re:change the font 12 Years, 3 Months ago Karma: 747
Use the next CSS rule:

Code:


.yuimenu UL LI A
{
 font-family: Arial;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#23540
Re:change the font 12 Years, 3 Months ago Karma: 0
Thanks but it did not work ...

I also tried
. Yuimenu UL LI A
{
font-family: Forte !important;
}

Regards
Luca
The administrator has disabled public write access.
 
#23541
Re:change the font 12 Years, 3 Months ago Karma: 747
Where you entered provided code?

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