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?

Font Colour
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Font Colour
#5379
Font Colour 13 Years, 8 Months ago Karma: 0
Firstly, thanks very much for the product, I've been madly downloading modules and this is the only one that looked like it would come close to working properly.
I have been struggling with this for a while and am not really sure if the template CSS is over riding the changes I am trying to make.
Please understand I am a very inexperienced beginner.
I am simply trying to change the basic font color to white and the hover colour to, lets say, black.
This is the code I have currently. You will see I also applied a change to the borders that you had posted here previously.
I hope you can help me.
Cheers.
}

.ux-menu-container .ux-menu a
{
background: #C00000 none;
color: #fff;
}

#pillmenu .ux-menu .ux-menu-sub li
{
height: auto;
}

#pillmenu .ux-menu .ux-menu-item-main a
{
border-top-style: none;
border-bottom-style: none;
}

#pillmenu .ux-menu .ux-menu-item-main a.ux-menu-link-first
{
border-left-style: none;
}

#pillmenu .ux-menu .ux-menu-item-main a.ux-menu-link-last
{
border-right-style: none;
}

#pillmenu .ux-menu .ux-menu-item-main .ux-menu-sub a
{
float: none;
border-top-style: solid;
border-bottom-style: solid;
}

#pillmenu .ux-menu .ux-menu-item-main .ux-menu-sub a.ux-menu-link-first
{
border-left-style: solid;
}

#pillmenu .ux-menu .ux-menu-item-main .ux-menu-sub a.ux-menu-link-last
{
border-right-style: solid;
}

#pillmenu .ux-menu-container .ux-menu .ux-menu-item-main a
{
height: 33px;
}

#pillmenu .ux-menu-item-main .ux-menu-arrow
{
top: 22px;
}
The administrator has disabled public write access.
 
#5380
Re:Font Colour 13 Years, 8 Months ago Karma: 746
Hello,

Provide link to page, please, where we can see the menu.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#5381
Re:Font Colour 13 Years, 8 Months ago Karma: 0
Unbelievably fast.

Link as requested.

comparticle.com/
The administrator has disabled public write access.
 
#5382
Re:Font Colour 13 Years, 8 Months ago Karma: 746
Add the following CSS rules:

Code:


#pillmenu .ux-menu a
{
 color: #FFF;
}

#pillmenu .ux-menu a:hover
{
 color: #000;
}



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