Good morning support on my site https://www.saluteinfamiglia.it/chi-siamo/stefano-campiglio/ I would like to customize the table with borders and rows of alternating color as I always do by default, but this time + without all this, did I do something wrong?
Thanks for your patience
Gianluca
Hey Gianluca,
Do you mean that you want the regular table styling, but it’s not there on the page that you linked to?
Best regards,
Rikard
Hi can’t you see the page?
I built a table under the text “Corsi Post-Graduate”,
but I can’t see the borders and the rows in alternated colours as I see always
Hi,
Thank you for the update.
You need to use the default Table element to see the default styling. The page contains a standard table added within a Text Block element. If you need to apply the alternating background color to this table, try adding this css code:
.main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra {
background: #f5f5f5;
}
Best regards,
Ismael
Wonderful!!!
Just as I expected although I don’t understand why this time it was necessary to intervene on the css, I don’t think I’ve ever done it. but thank you very much