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?

Changing font in mainmenu
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Changing font in mainmenu
#20770
Changing font in mainmenu 12 Years, 8 Months ago Karma: 0
Hi Admin,

I'm trying to change the fonttype.

In a post on your forum, i found the following code:

.ux-menu A
{
font-family: Verdana;
}

But this code doesn't work work for me.
I want to change the fonttype in Verdana and change the fontsize to 13, so that the 2 horizontal menu's are the same.
Is it also possible to set a seperator like "|" after the first link named "PROJECTEN"?

Can you take a look at it please?
Here is the link to the site.

Many thanks in advance Admin!

Kind Regards,
Johan Santamaria
The administrator has disabled public write access.
 
#20771
Re:Changing font in mainmenu 12 Years, 8 Months ago Karma: 748
Hello,

Use the next CSS rule to change font:

Code:


body UL.ux-menu LI A,
body UL.ux-menu LI A:hover,
body UL.ux-menu LI A:link,
body UL.ux-menu LI A:visited
{
font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;
}



Font size can be set in module settings.

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