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?

Remove Bullet from menu
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Remove Bullet from menu
#30003
Remove Bullet from menu 11 Years, 11 Months ago Karma: 0
Hey.
I tried to remove the bullets from the vertical menu by adding a few lines of code above issues, and has not worked.
The other thing: i want to remove the underlines of the links of the menu.
My site is http://soldedario.cl/joomla/

thanks
Last Edit: 2012/07/23 20:10 By huachulea.
The administrator has disabled public write access.
 
#30007
Re:Remove Bullet from menu 11 Years, 11 Months ago Karma: 748
Hello,

Add the next CSS rules:

Code:


DIV.ux-menu-container UL.ux-menu LI
{
 background-image: none;
 margin: 0;
 padding: 0;
}

DIV.ux-menu-container UL.ux-menu LI A
{
 text-decoration: none;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#30026
Re:Remove Bullet from menu 11 Years, 11 Months ago Karma: 0
Thank you very much, works fine!
The administrator has disabled public write access.
 
#30474
Re:Remove Bullet from menu 11 Years, 11 Months ago Karma: 0
Hi,
I have made these changes but for me the arrow still appears. Can you help me?
What is the mail id I need to send the details for you to see the problem?

Thanks,
sri
vsr
User Offline Click here to see the profile of this user
Last Edit: 2012/08/10 20:25 By vsr.
The administrator has disabled public write access.
 
#30503
Re:Remove Bullet from menu 11 Years, 10 Months ago Karma: 748
Link.

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