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?

Menu style not showing correctly after upgrade
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Menu style not showing correctly after upgrade
#8847
Re:Menu style not showing correctly after upgrade 13 Years, 5 Months ago Karma: 0
Hi, can you please give me the path where the CSS file can be modified? I can't find where I changed it. So much CSS file that I am not sure which one can be modified. Please advice and hope to hear from you soon. Thanks.
The administrator has disabled public write access.
 
#8848
Re:Menu style not showing correctly after upgrade 13 Years, 5 Months ago Karma: 747
CSS file is located by the following path:

<joomla_dir>/modules/mod_ariyuimenu/mod_ariyuimenu/js/assets/menu/sam/menu.css

Regards,
ARI Soft
The administrator has disabled public write access.
 
#8854
Re:Menu style not showing correctly after upgrade 13 Years, 5 Months ago Karma: 0
Hi, I did modify the CSS before the update however, after the update I can't find where i modify it. Attached is how it looks like before the upgrade. That is how I wanted it after the upgrade also. Please direct me to the right path where i can modify the background, center the text, change the block background color, etc. I want the menu to be like the attached one. Hope you can help me and hear from you as soon as possible. Thanks.
The administrator has disabled public write access.
 
#8856
Re:Menu style not showing correctly after upgrade 13 Years, 5 Months ago Karma: 0
Hi, I did modify the CSS before the update however, after the update I can't find where i modify it. Attached is how it looks like before the upgrade. That is how I wanted it after the upgrade also. Please direct me to the right path where i can modify the background, center the text, change the block background color, etc. I want the menu to be like the attached one.

I did try the path you gave but somehow I can't change the height and background of the menus. Hope you can help me and hear from you as soon as possible. Thanks.
Last Edit: 2010/11/19 23:29 By jmarian1.
The administrator has disabled public write access.
 
#8858
Re:Menu style not showing correctly after upgrade 13 Years, 5 Months ago Karma: 747
You can use the following CSS rules in "CSS Styles" parameter in module settings:

Code:


#nav .yui-skin-sam .yuimenubar
{
 /* Use path to background image instead of none attribute, for example url(/templates/auw_test/images/bkg-sidebar-menu-bottom.png) */
  background: orange none;
  text-align: center;
  padding-top: 8px
}

#nav .yui-skin-sam .yuimenubar UL
{
 display: inline-block;
 *zoom: 1;
 *display: inline;
}

#nav .yui-skin-sam .yuimenubar UL LI.yuimenubaritem
{
 margin-left: 3px
}

#nav .yui-skin-sam .yuimenubaritemlabel
{
 color: #FFF;
}

.yuimenubaritem
{
 background: blue;
}

#nav .yui-skin-sam UL LI.yuimenubaritem-selected .yuimenubaritemlabel,
#nav .yui-skin-sam UL LI .yuimenubaritemlabel-active,
#nav .yui-skin-sam UL LI .yuimenubaritemlabel:hover,
#nav .yui-skin-sam UL LI .yuimenubaritemlabel:focus
{
 color: blue;
}



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