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?

CSS does not work
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: CSS does not work
#23807
CSS does not work 12 Years, 5 Months ago Karma: 0
Hi
thank you for perfect tips for ARIExtMenu customize .

Almost all CSS code inserted to module CSS styles doesn't work. It seems that this code is rewrite by another CSS code.

Only code which is working is this:
.ux-menu LI
{
width: 150px !important;
background-color: #d93636;
}

Width is changed, but color is changed only on sides. You can see below.

Thank you for advise
The administrator has disabled public write access.
 
#23810
Re:CSS does not work 12 Years, 5 Months ago Karma: 748
Hello,

Provide a link to a page where we can see a menu.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#23819
Re:CSS does not work 12 Years, 5 Months ago Karma: 0
There is a link:
test.ofacom.cz/

Thank you
The administrator has disabled public write access.
 
#23823
Re:CSS does not work 12 Years, 5 Months ago Karma: 748
"width" property is used from your CSS rule. If you want to change menu items background, you can set background color in module settings.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#23839
Re:CSS does not work 12 Years, 5 Months ago Karma: 0
You have right, background color works well. My mistake sorry.

Can you advise how set up background image (image in button). I tried use this code but doesn't work:

.ux-menu LI
{
width: 150px !important;
background-image:url('images/menu-item-bg-current2.png');
}

Thank you very much
The administrator has disabled public write access.
 
#23840
Re:CSS does not work 12 Years, 5 Months ago Karma: 748
Use the next CSS rule:

Code:


.ux-menu LI A
{
  background-image:url('images/menu-item-bg-current2.png');
}



Just check that url to a background image is entered correctly.

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