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?

Very basic question re getting started
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: Very basic question re getting started
#6190
Re:Very basic question re getting started 13 Years, 9 Months ago Karma: 0
Thank you. The colour is perfect and the menu looks great.
The administrator has disabled public write access.
 
#8076
Need some basic menu help here 13 Years, 6 Months ago Karma: 0
I got the menu to show up (almost) the way I wanted - the navbar is vertical & everything is in its proper location.

However, I would really like to modify the width, height, and colors of this (perhaps even add some background images to the buttons).

Any idea where I would go to do that? Any help is greatly appreciated.

Thanks!
The administrator has disabled public write access.
 
#8081
Re:Need some basic menu help here 13 Years, 6 Months ago Karma: 748
Hello,

Provide link to page where we can see the menu please.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#8086
Re:Need some basic menu help here 13 Years, 6 Months ago Karma: 0
Sure - www.allprosportsusa.com.

In addition to the height, width & color (or images), I will also need to modify the location of the little arrows.

Thanks in advance!
The administrator has disabled public write access.
 
#8089
Re:Need some basic menu help here 13 Years, 6 Months ago Karma: 748
Hello,

Use the following CSS rules:

Code:


/* width */
#left UL.ux-menu LI.ux-menu-item-main
{
  width: 160px !important;
}

/* height */
#left UL.ux-menu LI.ux-menu-item-main A
{
  line-height: 22px;
}

/* background color */
#left .ux-menu-container UL.ux-menu LI A
{
  background: red none;
}

/* background hover color */
#left .ux-menu-container UL.ux-menu LI A:hover,
#left .ux-menu-container UL.ux-menu LI A:focus,
#left .ux-menu-container UL.ux-menu LI A.ux-menu-link-hover
{
  background: green none !important;
}

#left UL.ux-menu UL.ux-menu-sub
{
 border-style: none;
}



Arrow image is located by the following path:

<joomla_directory>/modules/mod_ariextmenu/mod_ariextmenu/js/css/images/menu-arrow-right.png

Regards,
ARI Soft
The administrator has disabled public write access.
 
#8091
Re:Need some basic menu help here 13 Years, 6 Months ago Karma: 0
Any clue which .css file this goes in (and file location)? I'm still trying to navigate through these Joomla templates.

Thanks!
The administrator has disabled public write access.
 
Go to topPage: 123