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?

How to adapt my menu style to default template CSS
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: How to adapt my menu style to default template CSS
#6270
How to adapt my menu style to default template CSS 13 Years, 8 Months ago Karma: 0
I tried to use ARI YUI Menu items on the top menu. It works!

But I want to adapt the menu styles to default template top menu where I put the ARI menus. The CSS part is below.


#mainlevel-nav {
font-size : 14px;
list-style : none;
padding : 0;
margin : 0;
margin-left : 1px;

}

#mainlevel-nav li {
float : right;
display : block;
list-style : none;
background-image : none;
padding-left : 2px;
padding-right : 2px;
margin : 0;
width : auto !important;
font-size : 11px;
line-height : 26px;
white-space : nowrap;
border-left : 1px solid #999999;

}
#mainlevel-nav li a {

padding-left : 10px;
padding-right : 10px;
font-size : 11px;
color : #333333;
text-decoration : none;

}

#mainlevel-nav li a:hover {
font-size : 11px;
color : #990000;

}
The administrator has disabled public write access.
 
#6548
Re:How to adapt my menu style to default template CSS 13 Years, 8 Months ago Karma: 748
Hello,

Information about the menu styles can be found in this post.

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