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?

Modify width
(1 viewing) (1) Guest
Go to bottomPage: 12345
TOPIC: Modify width
#29358
Re:Modify width 12 Years ago Karma: 0
It works, thanks a lot!

I have another question, is it possible to change the black background to a gradient?

Don't forget this is my website: consulting-ems.com/index.php
The administrator has disabled public write access.
 
#29367
Re:Modify width 12 Years ago Karma: 748
Add the next CSS rule:

Code:


.demo-container UL.ux-menu LI A.ux-menu-link-level-0
{
 background-color: transparent !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#29460
Re:Modify width 12 Years ago Karma: 0
Sorry but i can't understand where i have to put this code? I tried to pud it in css on template and menu.min.css on module but didn't work? Thanks !
The administrator has disabled public write access.
 
#29461
Re:Modify width 12 Years ago Karma: 748
Add the next CSS rule to "CSS Styles" parameter in module settings:

Code:


UL.ux-menu LI A.ux-menu-link-level-0
{
 background-color: transparent !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#29462
Re:Modify width 12 Years ago Karma: 0
Sorry for my mistake I want to put this code:

.demo-container UL.ux-menu LI.ux-menu-item-level-0
{
width: 180px !important;
}

and tried to put in the field CSS Styles in module parameters but didn't work ?
The administrator has disabled public write access.
 
#29464
Re:Modify width 12 Years ago Karma: 748
Add the next CSS rule:

Code:


UL.ux-menu LI.ux-menu-item-level-0
{
width: 180px !important;
}



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