Home News Contact Us Forum About Us Joomla 1.0.x Demo Joomla 1.5 Demo Products F.A.Q.
Shopping Cart


Recent Events
  • 29/12/2011 Merry Christmas and Happy New Year!

    Dear visitors, our office will be closed from December 30 to January 2 due to the celebration of the New Year. You can purchase and download our products, but we can not guarantee quick answers to your questions for this period of time. Happy New Year! Your ARI Soft team.

  • 27/09/2011 ARI Smart Content v. 1.8.0

    ARI Smart Content v. 1.8.0 is ready. New version is compatible with Joomla! 1.5, 1.6 and 1.7 and it is released under GNU GPL license.


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 1 Year, 8 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 1 Year, 8 Months ago Karma: 278
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 1 Year, 7 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 1 Year, 7 Months ago Karma: 278
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 09:29 By admin.
The administrator has disabled public write access.
 
#4860
Re:how to change the colors and fonts 1 Year, 7 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 1 Year, 7 Months ago Karma: 278
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