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 modifications do not work
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Menu modifications do not work
#4814
Menu modifications do not work 13 Years, 10 Months ago Karma: 0
Hello,

I am trying to center the text in my menu, and to have the ability to play with removing the text background and stuff like that.

When I enter custom CSS in the appropriate field in the module, nothing happens to the menu on my website. I believe that probably the template CSS is overriding the menu CSS, but I may be wrong.

Please help!

beautyjewel.com/temp/refraction/
The administrator has disabled public write access.
 
#4816
Re:Menu modifications do not work 13 Years, 10 Months ago Karma: 748
Hello,

You can add the following CSS rules to 'CSS Styles' parameter:

Code:


#{$id}.yui-skin-sam .yuimenubar ul li a.yuimenubaritemlabel, 
#{$id}.yui-skin-sam .yuimenubar ul li a.yuimenubaritemlabel:link, 
#{$id}.yui-skin-sam .yuimenubar ul li a.yuimenubaritemlabel:visited, 
#{$id}.yui-skin-sam .yuimenubar ul li a.yuimenubaritemlabel:hover
{
  padding-right: 10px;
}

#{$id}.yui-skin-sam .yuimenubar ul li.yuimenubaritem-hassubmenu a.yuimenubaritemlabel, 
#{$id}.yui-skin-sam .yuimenubar ul li.yuimenubaritem-hassubmenu a.yuimenubaritemlabel:link, 
#{$id}.yui-skin-sam .yuimenubar ul li.yuimenubaritem-hassubmenu a.yuimenubaritemlabel:visited, 
#{$id}.yui-skin-sam .yuimenubar ul li.yuimenubaritem-hassubmenu a.yuimenubaritemlabel:hover
{
  padding-right: 20px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#4825
Re:Menu modifications do not work 13 Years, 10 Months ago Karma: 0
Thanks for your reply. The code still does not alter anything on the site; the menu looks the same with and without adding this code to the styles parameter. I think the template CSS is overriding it?

Do you have any other ideas?
The administrator has disabled public write access.
 
#4826
Re:Menu modifications do not work 13 Years, 10 Months ago Karma: 0
Correction. The code seems to have some effect, since the menu items are moved to the let slightly when I add the code. However, they still do not get centered...
The administrator has disabled public write access.
 
#4829
Re:Menu modifications do not work 13 Years, 10 Months ago Karma: 748
Sorry, but you have changed padding-right property in CSS rules which we provided. Explain you needs in more details, you need that each menu item has the same width or has the same left and right padding?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#4837
Re:Menu modifications do not work 13 Years, 10 Months ago Karma: 0
Hi,

I have actually figured out how to center the text. I now want to know how to eliminate the menu bar background, so just the titles of my categories show up. Is this possible?

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