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?

Setting menu colours in Options or edit CSS
(1 viewing) (1) Guest
Go to bottomPage: 12345
TOPIC: Setting menu colours in Options or edit CSS
#24601
Re:Setting menu colours in Options or edit CSS 12 Years, 4 Months ago Karma: 748
Hello,

Use the next CSS rules to add border between main menu items:

Code:


#sgmenu UL.ux-menu LI
{
 margin: 0;
}

UL.ux-menu-horizontal LI A.ux-menu-link-level-0
{
 border-left: 1px solid #FFF;
}



Menu background color and text color can be configured in module settings. See "Main menu items styles" and "Sub-menu items styles" parameters sections.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#24604
Re:Setting menu colours in Options or edit CSS 12 Years, 4 Months ago Karma: 0
But the module settings are not changing the buttons at all. I have input the color, text color, center text, etc..... but the buttons do not change appearance.
The administrator has disabled public write access.
 
#24606
Re:Setting menu colours in Options or edit CSS 12 Years, 4 Months ago Karma: 748
It seems you added incorrect custom CSS rules to "CSS Styles" parameter. Fix it.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#24607
Re:Setting menu colours in Options or edit CSS 12 Years, 4 Months ago Karma: 0
ok. fixed that. Getting very close now. Another question: how to increase top padding to bring the menu down a bit... about 20px.

thank you for your quick responses.
The administrator has disabled public write access.
 
#24614
Re:Setting menu colours in Options or edit CSS 12 Years, 4 Months ago Karma: 748
Code:


#sgmenu
{
 padding-top: 20px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#24847
Re:Setting menu colours in Options or edit CSS 12 Years, 4 Months ago Karma: 0
Very close to my situation.... I want a (1 px solid #FFFFFF) border on top and bottom of the entire menu width.

www.joomlatest.topdog-technology.com

thank you
The administrator has disabled public write access.
 
Go to topPage: 12345