Home News Contact Us Forum About Us Joomla 1.0.x Demo Joomla 1.5 Demo Products F.A.Q.
Shopping Cart
You currently have 0 items in your 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?

change background colour
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: change background colour
#4369
change background colour 1 Year, 8 Months ago Karma: 0
I installed the ARI Yui Menu in our website www.avfivelstreek.nl
Now i want to change the backgroundcolour. I read in the review that i have to change this here: modules>mod_ariyuimenu directory js>build>menu>assets>skins>sam directory
Where must i exactly change the colour in: #F5F5F5
The administrator has disabled public write access.
 
#4371
Re:change background colour 1 Year, 8 Months ago Karma: 278
Hello,

If you use the latest version of "ARI YUI Menu" (v. 1.0.5), you can place the following code in "CSS Styles" parameter:

Code:


BODY #{$id}.yui-skin-sam .yuimenu .bd {
  background-color:#F5F5F5;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#4373
Re:change background colour 1 Year, 8 Months ago Karma: 0
Thank you. It has been changed.
I have a last question: i would like to remove the border.
Is that also possible ?
The administrator has disabled public write access.
 
#4374
Re:change background colour 1 Year, 8 Months ago Karma: 278
Yes, you can add the following CSS rule to 'CSS Styles' parameter:

Code:


BODY #{$id}.yui-skin-sam .yuimenu .bd
{
  border-width: 0;
}



Or the following CSS rule to safe_menu.css file:

Code:


BODY {$id}.yui-skin-sam .yuimenu .bd
{
  border-width: 0;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#4375
Re:change background colour 1 Year, 8 Months ago Karma: 0
Thank you for your quick support.

Nice regards,

Jack Brondsema.
The administrator has disabled public write access.
 
Go to topPage: 1