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?

Reduce font and change color
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Reduce font and change color
#55718
Reduce font and change color 8 Years, 6 Months ago Karma: 0
Hello,
I'm using on a Joomla 3 Ari Data Table and I need to reduce font size, and change the alternate row purple color.. can someone please
explain how to do it?
( screenshot www.dropbox.com/s/5bl9mm17dztqd1e/Screenshot%202015-09-07%2016.42.21.png?dl=0 )



thanks

Giorgio
The administrator has disabled public write access.
 
#55731
Re:Reduce font and change color 8 Years, 6 Months ago Karma: 746
Hello,

Could you send a link to a page with the table?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#58014
Re:Reduce font and change color 7 Years, 8 Months ago Karma: 0
Hi,

I want to achieve the same. Change the odd,even row colors to something else than the standard purple and white as well as the font color.

Could you please show me where and how to achieve this?

Regards,
Ben.
The administrator has disabled public write access.
 
#58015
Re:Reduce font and change color 7 Years, 8 Months ago Karma: 746
Hello,

Could you send a link to a page with the table?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#58016
Re:Reduce font and change color 7 Years, 8 Months ago Karma: 0
Hi



No matter what JQuery UI Theme I choose, the row background remains these colors.

Regards,
Ben.
Last Edit: 2016/07/11 16:09 By bensch71.
The administrator has disabled public write access.
 
#58017
Re:Reduce font and change color 7 Years, 8 Months ago Karma: 746
Add the following CSS rules to "CSS Styles" parameter in module settings or to a site template CSS file:

Code:


BODY #fav-introwrap TABLE.dataTable TBODY TD {color: red;}

TABLE.dataTable TBODY TR.even {background-color: green;}
TABLE.dataTable TBODY TR.odd {background-color: gray;}

TABLE.dataTable TBODY TR.odd TD.sorting_1 {background-color: orange;}
TABLE.dataTable TBODY TR.even TD.sorting_1 {background-color: yellow;}



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