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?

How to set Menu button colors to transparent?
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: How to set Menu button colors to transparent?
#23460
How to set Menu button colors to transparent? 12 Years, 6 Months ago Karma: 0
Apparently when you deleted the one message that I said you could delete, the whole thread got deleted.

Luckily, I do have the email the system sent me.

In it you said:

URL: www.ari-soft.com/ARI-Ext-Menu/23221-How-to-set-Menu-button-colors-to-transparent.html#23428

Message:
-----
Add the next CSS rule:

Code:


..mx-menu .ux-menu A.ux-menu-link-level-0
{
  background: none transparent !important;
}



Regards,
ARI Soft
-----

I did add this, but it's still got it as:



My entire CSS looks like this now:

.ux-menu-container UL.ux-menu LI,
.ux-menu-container UL.ux-menu LI A
{
border-style: none;
}

UL.ux-menu LI A
{
border-style: none !important;
background: none transparent !important;

Code:


..mx-menu .ux-menu A.ux-menu-link-level-0
{
  background: none transparent !important;
}



If I remove the UL.ux-menu LI A part, then it looks like normal before any modification except for the border.

Thanks.
Mathis...
The administrator has disabled public write access.
 
#23461
Re:How to set Menu button colors to transparent? 12 Years, 6 Months ago Karma: 748
You use an incorrect CSS rule. Correct CSS rule can be found here. In brief, use the next CSS rule:

Code:


.mx-menu .ux-menu A.ux-menu-link-level-0
{
  background: none transparent !important;
}



instead of:

Code:


..mx-menu .ux-menu A.ux-menu-link-level-0
{
  background: none transparent !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#23471
Re:How to set Menu button colors to transparent? 12 Years, 5 Months ago Karma: 0
That link gives me "(www.ari-soft.com/ARI-Ext-Menu/index.php)
404: Not Found
Sorry, but the content you requested could not be found"

Okay, I changed it to just the below code and it still looks like this:



You can see it here

Thanks,
Mathis...

admin wrote:
You use an incorrect CSS rule. Correct CSS rule can be found here. In brief, use the next CSS rule:

Code:


.mx-menu .ux-menu A.ux-menu-link-level-0
{
  background: none transparent !important;
}



instead of:

Code:


..mx-menu .ux-menu A.ux-menu-link-level-0
{
  background: none transparent !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#23472
Re:How to set Menu button colors to transparent? 12 Years, 5 Months ago Karma: 748
You have entered incorrect code again. Remove "code" and "/code" tags.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#23473
Re:How to set Menu button colors to transparent? 12 Years, 5 Months ago Karma: 0
Okay, that worked.

Thanks!

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