Tagged: background color, custom.css, tables
-
AuthorPosts
-
May 29, 2018 at 6:18 pm #963849
Hi guys, I would like to change settings tables.
As you can see in https://ilredelweb.it/italnoleggio/prodotto/noleggio-a-lungo-termine-maserati-levante/
I would like to have to first row with the background black with background color #31a2ac, and the second row now in black too with background color #af1c1c. Can you please help me with custom css?
Thanks in adavnce, Gianluca from ItalyMay 29, 2018 at 7:26 pm #963884Hey sitibus,
Is the link you provided from your site or just an example? If not, please provide a link to your site so we can see your tables.
Best regards,
Jordan ShannonMay 29, 2018 at 9:04 pm #963938it’s from the site i am working at. please search for “Costi Finanziari” in that page for my question
May 30, 2018 at 10:54 pm #964547Hi,
Thanks for clarifying. Add this to quick css:
.avia-table-2 .avia-center-col .avia-heading-row:nth-of-type(1){ background:#31a2ac!important; } .avia-table-2 .avia-center-col .avia-heading-row:nth-of-type(2){ background:#af1c1c!important; }
Best regards,
Jordan ShannonMay 31, 2018 at 12:52 am #964578Thanks. It’s ok for the second row but the first row ha still background black and not #31a2ac as i would like to have.
You can check it at https://ilredelweb.it/italnoleggio/prodotto/noleggio-a-lungo-termine-maserati-levante/ searching “COSTI FINANZIARI” in the page. Thanks GianlucaMay 31, 2018 at 5:28 pm #964858Hi,
Please add my quick css to the very top of your code so it runs first and be sure to clear your cache a few times over. It should work.
Best regards,
Jordan ShannonJune 1, 2018 at 9:46 am #965144I did exactly what you told me to do. You can see by yourself logging into my site.
I gave you admin access in private:June 1, 2018 at 8:31 pm #965552Hi,
I adjusted the code to the following and should work, there was a “.” missing in front of the class:
.avia-table-2 .avia-center-col .avia-heading-row:nth-of-type(1){ background:#31a2ac!important; border-color:#31a2ac!important;; } .avia-table-2 .avia-center-col .avia-heading-row:nth-of-type(2){ background:#af1c1c!important; border-color:#af1c1c!important; }
Best regards,
Jordan ShannonJune 4, 2018 at 10:09 pm #966849Great Job Jordan, but it works only with the firt table that I have in my page. The other two tables (title Costi Operativi**) and (title Costi Totali) have black background too :-( would it be possible to have same background #31a2ac! ?
Thanks a lot for your patience
June 4, 2018 at 10:32 pm #966858Hi,
So you want all tables to have the same color scheme? I can make the CSS more general, but I just need to know if want all the table headings to match.
Best regards,
Jordan ShannonJune 6, 2018 at 7:12 am #967670Hi Jordan and thanks for your patience. Pratically I have a format post with 3 tables -> https://ilredelweb.it/italnoleggio/auto/noleggio-a-lungo-termine-maserati-levante/
First table is ok you did great job.
Instead second and third tables should have first row with background color=#31a2ac and last row (with prices) ackground color=#af1c1cI hope you understood me and thanks againg :-)
GianlucaJune 7, 2018 at 5:54 pm #969716Hi,
Thanks for clearing that up. Add this to quick css:
.pricing-table.avia-center-col .avia-heading-row:nth-of-type(1){ background:#31a2ac!important; border-color:#31a2ac!important; } .pricing-table.avia-center-col .avia-heading-row:last-child{ background:#af1c1c!important; border-color:#af1c1c!important; }
Best regards,
Jordan ShannonJune 27, 2018 at 12:39 am #978202Thanks a lot Jordan, great work. Site perfect!
June 27, 2018 at 12:30 pm #978379Hi,
Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardJune 27, 2018 at 2:19 pm #978428Yes you can close it. Great support
June 27, 2018 at 6:56 pm #978545Hi,
I’m glad I was able to help. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘customize tables’ is closed to new replies.