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?

Just a text menu
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Just a text menu
#29610
Just a text menu 11 Years, 9 Months ago Karma: 0
Hello,

Thank you for a fantastic extension. My question is could the menu just be plain text?

My website treelessmedia.com has the menu located on the bottom of the page.

I have added the below css to center the menu but would like to remove all other styling and have just a plain text menu with dividers between each word and adopt the templates link and hover colors.

.yui-skin-sam
{
text-align: center;
width: 100% !important;
}

.yuimenubar
{
display: inline-block !important;
zoom: 1;
*display: inline !important;
}

LI.yuimenuitem-item109
{
border-right-style: none !important;
}


Thank you.

Regards,
Rob
Last Edit: 2012/07/05 16:42 By techspecx.
The administrator has disabled public write access.
 
#29615
Re:Just a text menu 11 Years, 9 Months ago Karma: 747
Hello,

Add the next CSS rules:

Code:


body #ariyui89.yui-skin-sam .yuimenubar
{
 background-image: none;
}

body #ariyui89.yui-skin-sam .yuimenubar
{
 border-style: none;
}

#ariyui89.yui-skin-sam UL LI A.yuimenubaritemlabel
{
 border-style: none !important;
}



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