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?

Custom styling - menu items
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: Custom styling - menu items
#21099
Re:Custom styling - menu items 12 Years, 8 Months ago Karma: 0
also trying to wrestle with the 'hover' option to change the background colour eg

UL.ux-menu LI.ux-menu-item5>A
{
border-bottom:#fee000 solid 5px;
}

UL.ux-menu LI.ux-menu-item5 .ux-menu-sub A
{
background: none #fee000 !important;
}

.ux-menu-link-hover-item5
{
background: none #e03e3e !important;
}

I know I'm doing something obviously wrong - heellllpppp!
The administrator has disabled public write access.
 
#21100
Re:Custom styling - menu items 12 Years, 8 Months ago Karma: 748
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.
 
#21102
Re:Custom styling - menu items 12 Years, 8 Months ago Karma: 0
I've cracked it! not sure if it's right but it is working

UL.ux-menu LI.ux-menu-item6>A
{
border-bottom:#702c6a solid 5px;
}

UL.ux-menu LI.ux-menu-item6 .ux-menu-sub A
{
background: none #e7c4dd !important;
}

UL.ux-menu LI.ux-menu-item6 .ux-menu-link-hover
{
background: none #702c6a !important;
color:#fff !important;
}


UL.ux-menu LI.ux-menu-item6 .ux-menu-sub A:hover
{
background: none #702c6a !important;
color:#fff !important;
font-weight:bold !important;
}
The administrator has disabled public write access.
 
#21536
Re:Custom styling - menu items 12 Years, 8 Months ago Karma: 0
I am trying to do individual styling for the AriExt Menu on different pages. So far the styling for the individual menu has worked for me but I would like to know if I could simplify the CSS instead of having styles for each individual item[ID].

I'd really like to add styles to the Parent but am having issues getting those styles to show up.

For each page containing the AriExt Menu I'd like to add the style to the parent, not individual [item ID].

Take a look at this staging site for more details.


www.entertainmentcruises.com.ecstaging.subscribermail.com/Weddings/home
This pages has the menu styled for each individual A:link, which I find annoying, Can I simplify?



www.entertainmentcruises.com.ecstaging.subscribermail.com/Weddings/Chicago/home
The administrator has disabled public write access.
 
#21537
Re:Custom styling - menu items 12 Years, 8 Months ago Karma: 748
Hello,

If you want to specify specific styles for <A> tags for main menu items only, use the next CSS rule:

Code:


UL.ux-menu LI A.ux-menu-link-level-0
{
 color: red !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#21683
Re:Custom styling - menu items 12 Years, 7 Months ago Karma: 0
Will this target all the menu items? Can I adjust the height and width of these elements in one style or must I continue to create multiple styles for each menu item?
The administrator has disabled public write access.
 
Go to topPage: 123