Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 28/08/2023 CalendARI v. 1.3.0 supports Joomla! 4.x/PHP 8.x

    CalendARI is a Joomla! events manager component and now It is compatible with Joomla! 4.x.

  • 19/08/2023 ARI Quiz 3.10.0 with Joomla! 4 support

    Joomla! quiz extension with J! 3.x/4.x and PHP 8.x support.


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, 1 Month 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, 1 Month ago Karma: 741
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, 1 Month 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, 1 Month ago Karma: 741
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, 1 Month 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, 1 Month ago Karma: 741
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