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?

Column colors, and cell merging
(1 viewing) (1) Guest
Go to bottomPage: 1234
TOPIC: Column colors, and cell merging
#60824
Column colors, and cell merging 6 Years, 8 Months ago Karma: 0
Hi,
i need help. www.usrc.it/index.php?option=com_content&view=article&id=731
I want defferent colors for some column. I try with css column settings but with no result.
I want to know if it's possible to merge some cell on a row. If yes, how to?
Thanks
The administrator has disabled public write access.
 
#60825
Re:Column colors, and cell merging 6 Years, 8 Months ago Karma: 747
Hello,

If you want to change text color for the second column, add the following CSS rule to "CSS Styles" parameter in module settings:

#{id} TBODY TD.ari-tbl-col-1 {
color: red;
}

for the 3rd column, add the following code:

#{id} TBODY TD.ari-tbl-col-2 {
color: green;
}

The extension doesn't support ability to merge columns.

Regards,
ARI Soft
Last Edit: 2017/07/26 11:13 By admin.
The administrator has disabled public write access.
 
#60828
Re:Column colors, and cell merging 6 Years, 8 Months ago Karma: 0
Perfect it works!!!!
Is it possible to exclude the last two row for example without color and without border)?
The administrator has disabled public write access.
 
#60829
Re:Column colors, and cell merging 6 Years, 8 Months ago Karma: 747
Add the following code to "CSS Styles" parameter:

#{id} TBODY TR:last-child TD,
#{id} TBODY TR:nth-last-child(2) TD {color:#000;}

Regards,
ARI Soft
Last Edit: 2017/07/27 13:50 By admin.
The administrator has disabled public write access.
 
#60846
Re:Column colors, and cell merging 6 Years, 8 Months ago Karma: 0
adding this row i don't see any difference
The administrator has disabled public write access.
 
#60847
Re:Column colors, and cell merging 6 Years, 8 Months ago Karma: 747
What browser do you use? It works fine for us (checked in Google Chrome):



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