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 Theme Colors?
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Changing Theme Colors?
#9731
Changing Theme Colors? 13 Years, 4 Months ago Karma: 0
I am using the themes . . . but I need to modify the colors.
Is there anyway to do this, and if so, how . . . details please, I am new to this stuff.
The administrator has disabled public write access.
 
#9733
Re:Changing Theme Colors? 13 Years, 4 Months ago Karma: 0
I also need to know how to change the text color, please advise?
The administrator has disabled public write access.
 
#9734
Re:Changing Theme Colors? 13 Years, 4 Months ago Karma: 748
Hello,

Place the following code into "CSS Styles" parameter in module settings:

Code:


/* odd row */
.dataTables_wrapper TABLE.display TBODY TR.odd TD
{
 /* background color */
 background-color: red;

 /* text color */
 color: yellow;
}

/* even row */
.dataTables_wrapper TABLE.display TBODY TR.even TD
{
 /* background color */
 background-color: green;

 /* text color */
 color: blue;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#9743
Re:Changing Theme Colors? 13 Years, 4 Months ago Karma: 0
Brilliant!
The administrator has disabled public write access.
 
#15043
Re:Changing Theme Colors? 12 Years, 11 Months ago Karma: 0
I tried that and no change...

Steps: in backend went into components->ari smart content->CSS Template_> assigned it a name (table override), pasted the code you indicated, checked enabled...it didn't update...
I then hit sync...no luck...

so...I ended up editing the css included with the plugin to get it to work...
The administrator has disabled public write access.
 
Go to topPage: 1