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?

Transparency Main Menu
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Transparency Main Menu
#20582
Transparency Main Menu 12 Years, 8 Months ago Karma: 0
Hi,

In the configuration of the Main Menu Items, I have set the background color of the main menu to black (#000000) --> see screenshot.

Now I want to set that black background color to 50% transparent.
How can I do this?

Can you help me with this?

Many thanks in advance!

Kind Regards,
Johan Santamaria
The administrator has disabled public write access.
 
#20583
Re:Transparency Main Menu 12 Years, 8 Months ago Karma: 748
Hello,

Provide a link to a page where we can see the menu on your site.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#20586
Re:Transparency Main Menu 12 Years, 8 Months ago Karma: 0
Hi,

Here is the link.

Kind Regards,
Johan Santamaria
The administrator has disabled public write access.
 
#20587
Re:Transparency Main Menu 12 Years, 8 Months 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: transparent url("templates/itbudget/images/sidebar_bg.png") !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#20589
Re:Transparency Main Menu 12 Years, 8 Months ago Karma: 0
Hi,

Thanks for the help.
I added the CSS-rule, and the menu-background color is now transparent.

But now, the "Hover background color" (#ffffff) and "Current background color" (#ffffff) doesn't work anymore.

Any idea how to solve this?
Many thanks!

Kind Regards,
Johan Santamaria
The administrator has disabled public write access.
 
#20594
Re:Transparency Main Menu 12 Years, 8 Months ago Karma: 748
Place the next code instead of previous one in "CSS Styles" parameter:

Code:


#{$id} A.ux-menu-link-level-0
{
 background: transparent url("templates/itbudget/images/sidebar_bg.png");
}



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