Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #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 Italy

    #963884

    Hey 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 Shannon

    #963938

    it’s from the site i am working at. please search for “Costi Finanziari” in that page for my question

    #964547

    Hi,

    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 Shannon

    #964578

    Thanks. 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 Gianluca

    #964858

    Hi,

    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 Shannon

    #965144

    I did exactly what you told me to do. You can see by yourself logging into my site.
    I gave you admin access in private:

    #965552

    Hi,

    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 Shannon

    #966849

    Great 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

    #966858

    Hi,

    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 Shannon

    #967670

    Hi 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=#af1c1c

    I hope you understood me and thanks againg :-)
    Gianluca

    #969716

    Hi,

    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 Shannon

    #978202

    Thanks a lot Jordan, great work. Site perfect!

    #978379

    Hi,

    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,
    Rikard

    #978428

    Yes you can close it. Great support

    #978545

    Hi,

    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

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘customize tables’ is closed to new replies.