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?

Text editing
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Text editing
#17190
Text editing 12 Years, 12 Months ago Karma: 0
Hi everyone,

1. Please, tell me, where to check what is the default font type ?
2. The simple CSS code (for typing into CSS Style box in module mode) which enables me to change the font type in main and sub menus.
3. The simple CSS code for changing the colour of the font.
The administrator has disabled public write access.
 
#17205
Re:Text editing 12 Years, 12 Months ago Karma: 748
Hello,

1. The menu uses default font, defined in site template styles.

2. Try to use the next CSS rules:

Code:


/* main menu items */
.yui-skin-sam ul li a {
    font-family: Arial;
}

/* sub-menu items */
.yui-skin-sam ul ul li a {
    font-family: Tahoma;
}



3. Use the next CSS rule:

Code:


.yui-skin-sam ul li a {
 color: green !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#17278
Re:Text editing 12 Years, 11 Months ago Karma: 0
Thank you, It is working smoothly right now.
The administrator has disabled public write access.
 
Go to topPage: 1