Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 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.


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 Customisation Generally
(1 viewing) (1) Guest
Go to bottomPage: 12345
TOPIC: CSS Customisation Generally
#4966
Re:CSS Customisation Generally 14 Years, 5 Months ago Karma: 0
Thanks for the suggestion. it did work out. But the submenu is also transparent now. The content of the submenu cannot be read.
Also I need that the submenu should be of different color and hover color should be different too (menu2 of the website)
The website is www.raunharman.in/bachpan
The administrator has disabled public write access.
 
#4967
Re:CSS Customisation Generally 14 Years, 5 Months ago Karma: 760
Add the following CSS rules:

Code:


.ux-menu-container ul.ux-menu ul li a
{
  background: #C2FF25;
  opacity: 0.85;
}

.ux-menu-container ul.ux-menu ul li a:hover,
.ux-menu-container ul.ux-menu ul li a.ux-menu-link-hover
{
  background: #088902;
}


.ux-menu-container ul.ux-menu a.ux-menu-link-last
{
  border-right-style: none;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#4968
Re:CSS Customisation Generally 14 Years, 5 Months ago Karma: 0
Thanks a lot.
It works great.
The administrator has disabled public write access.
 
#5085
Re:CSS Customisation Generally 14 Years, 5 Months ago Karma: 0
White border is showing on the menu.
How to remove it?
The administrator has disabled public write access.
 
#5086
Re:CSS Customisation Generally 14 Years, 5 Months ago Karma: 760
Add the following CSS rule:

Code:


.ux-menu-container .ux-menu.ux-menu-vertical a,
.ux-menu-container .ux-menu ul a.ux-menu-link-last,
.ux-menu-container .ux-menu.ux-menu-vertical a.ux-menu-link-last
{
  border-style: none;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#5087
Re:CSS Customisation Generally 14 Years, 5 Months ago Karma: 0
Thanks a lot.
You really provide great support.
The administrator has disabled public write access.
 
Go to topPage: 12345