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 change the colors and fonts
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: how to change the colors and fonts
#4753
Re:how to change the colors and fonts 13 Years, 10 Months ago Karma: 0
No change at all..it has white background...black fonts and sky color when hover..I need to change all the things.
The administrator has disabled public write access.
 
#4757
Re:how to change the colors and fonts 13 Years, 10 Months ago Karma: 747
Provide link to page, please, where we can see 'ARI YUI Menu' on your site.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#4851
Re:how to change the colors and fonts 13 Years, 10 Months ago Karma: 0
Here the link

centers.iub.edu.bd/chpdnew/

I already added the module and would like to make the color, border and fonts as like top of the menus..

Please give me a quick reply..
The administrator has disabled public write access.
 
#4857
Re:how to change the colors and fonts 13 Years, 10 Months ago Karma: 747
Hello,

You can add the following code to 'CSS Styles' parameter in module settings:

Code:


#{$id}.yui-skin-sam .yuimenu DIV.bd 
{
  background: #0E3776;
}

#{$id}.yui-skin-sam DIV.bd ul li a.yuimenuitemlabel
{
  color: #FFF;
}

#{$id}.yui-skin-sam DIV.bd ul li a.yuimenuitemlabel-selected
{
  background: #496EB2;
}

#{$id}.yui-skin-sam .yuimenu DIV.bd .yuimenu DIV.bd 
{
  background: #496EB2;
}

#{$id}.yui-skin-sam DIV.bd ul li DIV.bd ul li a.yuimenuitemlabel-selected
{
  background: #1F3D59;
}



Font size and weight you can set in module settings.

Regards,
ARI Soft
Last Edit: 2010/06/16 06:29 By admin.
The administrator has disabled public write access.
 
#4860
Re:how to change the colors and fonts 13 Years, 10 Months ago Karma: 0
Thanx a lot...I also would like to change the fonts bold and change the color of the arrow in to white..
The administrator has disabled public write access.
 
#4861
Re:how to change the colors and fonts 13 Years, 10 Months ago Karma: 747
Use 'Font weight' parameter in module settings that define font weight. If you want to change color of the arrow, edit <joomla_dir>/modules/mod_ariyuimenu/mod_ariyuimenu/js/build/menu/assets/skins/sam/menuitem_submenuindicator.png image.

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