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?
#23221
How to set Menu button colors to transparent? 12 Years, 6 Months ago Karma: 0
Hello.

Two things here; one a "how to" and the other a feature request although it might be possible in CSS, which I know nothing about:

1: (How to?) My horizontal Menu bar is gradient going from light down to dark from top to bottom. I've been looking for a way to set the buttons to transparent so you can't really tell there is a box around the menu text until you hover or click on it. I found the CSS code to turn off the border, but not one to turn off the box itself. I also found this information and it's not helping any.

2: (Feature Request?) I'd like to set hover color to a color outside of the box that pops up when you click on the boxes for selecting colors. I have a number for the color, but can't type in the box where the numbers go.

Thanks,
Mathis...
You can see my menu here
The administrator has disabled public write access.
 
#23223
Re:How to set Menu button colors to transparent? 12 Years, 6 Months ago Karma: 0
Okay, I finally found this message here to make the main menu transparent and it worked, but I'd like to have the submenu items still solid since it's drop down. Also doing this removed the "Current Background Color" for when someone clicks on a menu item and it showed that that's where they are. Can that be done?

Thanks,
Mathis...
The administrator has disabled public write access.
 
#23267
Re:How to set Menu button colors to transparent? 12 Years, 6 Months ago Karma: 748
Hello,

Provide an image please where we can see what do you want to achieve.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#23424
Re:How to set Menu button colors to transparent? 12 Years, 6 Months ago Karma: 0
I would like the main menu to look like Home, Contact, Reader's Comments here:



And the submenu to look like here:



Before entering:


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

It looks like this:



After entering that it looks like this:



Thanks,
Mathis...
Last Edit: 2012/01/08 00:57 By mathisbrogers.
The administrator has disabled public write access.
 
#23425
Re:How to set Menu button colors to transparent? 12 Years, 6 Months ago Karma: 0
This message can be deleted.


Mathis...


I would like the main menu to look like Home, Contact, Reader's Comments here:



This thing isn't letting me add more than one picture, so there will be three posts.

The first one didn't let me add a picture.
Last Edit: 2012/01/08 00:55 By mathisbrogers.
The administrator has disabled public write access.
 
#23428
Re:How to set Menu button colors to transparent? 12 Years, 6 Months ago Karma: 748
Add the next CSS rule:

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.
 
Go to topPage: 1