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?

General CSS Styling for ARI Ext?
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: General CSS Styling for ARI Ext?
#3817
General CSS Styling for ARI Ext? 14 Years ago Karma: 0
Man this is so close to what I need, thanks!

I'm seeing some threads about specific styling for ARI Ext, but where can I modify things like the top padding and change the background of the menu. There doesn't seem to be a dedicated CSS file for the module.

Everything I've seen in the forum seems to be adding CSS code the the template CSS file. Where are the default styles hidden? Any help would be appreciated.
The administrator has disabled public write access.
 
#3818
Re: General CSS Styling for ARI Ext? 14 Years ago Karma: 0
AH! Found it. It's in the js folder (javascript?) inside the mod_ariextment folder.
The administrator has disabled public write access.
 
#3820
Re: General CSS Styling for ARI Ext? 14 Years ago Karma: 748
Hello,

Yes, you can find CSS file by the following path:

<joomla_dir>/modules/mod_ariextmenu/mod_ariextmenu/js/css/menu.min.css

Regards,
ARI Soft
The administrator has disabled public write access.
 
#3821
Re:General CSS Styling for ARI Ext? 14 Years ago Karma: 0
Thanks!
The administrator has disabled public write access.
 
#4173
Re:General CSS Styling for ARI Ext? 13 Years, 11 Months ago Karma: 0
I wanted to see if you could help me. I would love to change the background when you hover over a menu item. Also, I wanted to know if the menu could be centered instead of justified to the left.

Where could I do this? I tried to find the following file in my directory "background:url(images/menu-item-bg-over.png)" which I think would control the background color; but I can't seem to find it anywhere!! I just need the background color to be: #AA30AB and then just have the menu centered and not justified to the left. I am actually using this as a "submenu"

Thanks a lot,

David
The administrator has disabled public write access.
 
#4201
Re:General CSS Styling for ARI Ext? 13 Years, 11 Months ago Karma: 748
Hello,

Sorry for delay, regarding your questions:

1. You can use the following CSS rules to change background of hover items:

Code:


BODY .ux-menu A:focus,
BODY .ux-menu A:hover,
BODY .ux-menu A.ux-menu-link-hover
{
  background: #AA30AB none;
}



2. If you provide link where we can see menu on your site, we can help you centering menu.

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