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?

Need help
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Need help
#50606
Need help 9 Years, 9 Months ago Karma: 0
Hi, I tryed a lot, but it doesn't work. At first, thanks for this menu.
You can see my site (under construction) on www.superfeeling.de

My wishes:
- No bullets (think there are in an other css as in the menu.css)
- No border inside
- Text color orange (#e58d04)
- Hover and Active Text color dark orange (#bd5d04)

Wich css.code I have to integrate in module page? Cant find a successful solution in the forum. Any changes I do on /modules/mod_ariyuimenu/mod_ariyuimenu/js/assets/menu/sam/menu.css where ignored.

Thanks for a helping hand

Ernst
The administrator has disabled public write access.
 
#50607
Re:Need help 9 Years, 9 Months ago Karma: 747
Hello,

The bullets are defined in site template CSS file, add the following CSS rule to remove them (you can add it to "CSS Styles" parameter in module settings):


.yuimenu UL LI {background-image: none;}


Add the following CSS rules to change text color:


.yuimenu UL LI A {color: #e58d04 !important;}

.yuimenu UL LI A:hover,
.yuimenu UL LI A.yuimenuitemlabel-selected {color: #bd5d04 !important;}


Regards,
ARI Soft
The administrator has disabled public write access.
 
#50608
Re:Need help 9 Years, 9 Months ago Karma: 0
Great it works, what a wonderful and quick service. Thanks a lot.

My last wish (for today ): How can I remove the border?

Greetings
Ernst
The administrator has disabled public write access.
 
#50609
Re:Need help 9 Years, 9 Months ago Karma: 747
You are welcome.

Add the following CSS rule:

.yuimenu .bd {border-style:none !important;}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#50610
Re:Need help 9 Years, 9 Months ago Karma: 0
Thanks, and have a nice rest of the weekend

Ernst
Last Edit: 2014/07/27 10:07 By Ernst.
The administrator has disabled public write access.
 
Go to topPage: 1