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?

changing the th background color in arijcsv2table
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: changing the th background color in arijcsv2table
#25823
changing the th background color in arijcsv2table 12 Years, 1 Month ago Karma: 0
I am trying to change the color for the table header in the arijcsv2table plugin. I have spent about an hour looking through the forums and can't seem to find where i can edit the css... when i pull up the css templates tab in the back end it's blank. I have been looking for where the table is getting the color it is showing. www.grace-fellowship.net/index.php?option=com_content&view=category&layout=blog&id=43&Itemid=85

if you notice there is not enough contrast to read the header easily

sorry to bug you with such a dumb question
The administrator has disabled public write access.
 
#25824
Re:changing the th background color in arijcsv2table 12 Years, 1 Month ago Karma: 0
here is a quick screen grab
The administrator has disabled public write access.
 
#25852
Re:changing the th background color in arijcsv2table 12 Years, 1 Month ago Karma: 747
Hello,

Create a new CSS template file in "CSS Templates" section (don't forget to update) and add the next CSS rule to create CSS template:

Code:


TABLE.csv2table-table TR TH
{
 color: red;
 background: yellow none !important;
}



or add the CSS rule to a site template file.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#27752
Re:changing the th background color in arijcsv2table 12 Years ago Karma: 0
This still does not tell me how to change the background color of the template. You need to give specific step by step instructions. "Step 1 go to here", "step 2", and so on. Most other plug-ins expose parameters that are easy to set. If you did something like that. we would appreciate it."
The administrator has disabled public write access.
 
#27754
Re:changing the th background color in arijcsv2table 12 Years ago Karma: 0
I created the template. Now how do I apply it with the example you provided.

TABLE.csv2table-table TR TH
{
color: red;
background: yellow none !important;
}
Last Edit: 2012/04/26 19:42 By namoricoo.
The administrator has disabled public write access.
 
#27767
Re:changing the th background color in arijcsv2table 12 Years ago Karma: 747
Enable "CSS Template". It is enough.

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