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?

Shift Horizontal menu position
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Shift Horizontal menu position
#21984
Re:Shift Horizontal menu position 12 Years, 5 Months ago Karma: 0
Thank you

one last question I hope

How can I make the background colour say #cccccc instead of white??
The administrator has disabled public write access.
 
#21987
Re:Shift Horizontal menu position 12 Years, 5 Months ago Karma: 747
Try to add the next CSS rule:

Code:


body #ariyui39.yui-skin-sam .yuimenubar LI
{
 background-color: #CCC;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#21996
Re:Shift Horizontal menu position 12 Years, 5 Months ago Karma: 0
Hi

I managed to make some changes with your help

how can I remove the border on the buttons ?
(I managed to remove some borders...)

this is the CSS
#ariyui39_menu
{
margin-top: 5px;
margin-left: 5px;
}
body #ariyui39.yui-skin-sam .yuimenubar
{
background-image: none;
border-style: none !important;
}

body #ariyui39.yui-skin-sam .yuimenubar LI
{
border-style: none !important;
}

body #ariyui39.yui-skin-sam .yuimenubar UL
{
background-color: #64a9b4;
border-style: none !important;
}

www.logicalmicro.net/demo1
The administrator has disabled public write access.
 
#22000
Re:Shift Horizontal menu position 12 Years, 5 Months ago Karma: 747
Add the next CSS rules:

Code:


.yuimenubar LI A,
.yuimenubar LI .bd
{
 border-style: none !important;
}



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