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?

change background colour
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: change background colour
#4369
change background colour 13 Years, 11 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 13 Years, 11 Months ago Karma: 747
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 13 Years, 11 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 13 Years, 11 Months ago Karma: 747
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 13 Years, 11 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