Tagged: , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1480992

    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

    #1480999

    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

    #1481007

    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

    #1481047

    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

    #1481052

    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

    #1481054

    Hi,

    Glad it worked! Please feel free to open another thread if you have any more questions. Have a nice day.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘table customization’ is closed to new replies.