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?

change menu color
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: change menu color
#6598
Re:change menu color 13 Years, 8 Months ago Karma: 747
Add the following CSS rules:

Code:


#ja-mainnav .ux-menu-container a
{
  line-height: 10px;
}

#ja-mainnav .ux-menu-container .ux-menu a
{
  border-top-style: none;
  border-bottom-style: none;
}

#ja-mainnav .ux-menu-container .ux-menu .ux-menu-sub a
{
  border-left-color: #555;
  border-right-color: #555;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#6605
Re:change menu color 13 Years, 8 Months ago Karma: 0
Thanks so much! It's awesome now, and blends in perfectly with my site! I just had to copy the css from the sub container you posted to the main container, so tht my main menu items had the right styling. I guess it gave me a pinch of css experience! Thanks so much again!
Last Edit: 2010/08/25 14:10 By zonedabone.
The administrator has disabled public write access.
 
#7811
Re:change menu color 13 Years, 6 Months ago Karma: 0
do i add this css code in menu.css of the module?

cos i did but it did not change anything on my horizontal menu.

pls help...
The administrator has disabled public write access.
 
#7812
Re:change menu color 13 Years, 6 Months ago Karma: 747
This code depends on site template. Provide link to page where we can see the menu that we can help.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#7813
Re:change menu color 13 Years, 6 Months ago Karma: 0
ic, pls help me...

my page is at www.ipctrsem.com/speedo/index.php

i have also attached my template.css if u require.

thanks loads
File Attachment:
File Name: template-f295ead6c95ba37a3ec7723d41f33d9b.txt
File Size: 23507
The administrator has disabled public write access.
 
#7814
Re:change menu color 13 Years, 6 Months ago Karma: 747
You can add CSS rules from this post to 'CSS Styles' parameter in module settings or any CSS file which is included into the page and it will work.

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