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?

Main menu gradient color
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Main menu gradient color
#61103
Main menu gradient color 6 Years, 8 Months ago Karma: 0
HI,

Thank you very much for a great menu for Joomla.

I would like to create a radiant gradient background for the top menu ( not sub menus)

I have the following generated, but I do not know where to plug it in using the custom css in the module settings.

background: rgb(253,92,255);
background: -moz-radial-gradient(center, ellipse cover, rgb(253,92,255) 0%, rgb(220,0,114) 100%);
background: -webkit-radial-gradient(center, ellipse cover, rgb(253,92,255) 0%,rgb(220,0,114) 100%);
background: radial-gradient(ellipse at center, rgb(253,92,255) 0%,rgb(220,0,114) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd5cff', endColorstr='#dc0072',GradientType=1 );

I have tried using .ux-menu-container .ux-menu a from another post I read but it didnt work.

Any help would be appreciated.

Thanks
Rudi
The administrator has disabled public write access.
 
#61105
Re:Main menu gradient color 6 Years, 8 Months ago Karma: 748
Hello,

Add the following CSS rule to "CSS Styles" parameter in module settings:

.ux-menu>LI>A {
background: rgb(253,92,255);
background: -moz-radial-gradient(center, ellipse cover, rgb(253,92,255) 0%, rgb(220,0,114) 100%);
background: -webkit-radial-gradient(center, ellipse cover, rgb(253,92,255) 0%,rgb(220,0,114) 100%);
background: radial-gradient(ellipse at center, rgb(253,92,255) 0%,rgb(220,0,114) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd5cff', endColorstr='#dc0072',GradientType=1 );
}

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