Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1402026

    Hey There,

    I need two Tables in my Webproject and each of them needs another Stlye.
    I just made a styling for general Tables and try to customize the second Table with a specific Class name (preistabelle), but that also effects my first table.

    How can i style both of them in a different way?

    `
    /*Klasse Preistabelle */
    .preistabelle
    .main_color table, .main_color table tbody, .main_color table tr, .main_color table td{
    text-align: left!important;
    color: black !important;
    }

    #1402085

    Hi Monika,

    Please try to replace your code with this one:

    /*Klasse Preistabelle */
    .main_color .preistabelle, 
    .main_color .preistabelle tbody, 
    .main_color .preistabelle tr, 
    .main_color .preistabelle td {
        text-align: left!important;
        color: black !important;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1402754

    Thank you Nikko!

    #1402759

    Hi Monika,

    You’re welcome :)
    I’m glad that we could help you.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘two Tables with different Styles’ is closed to new replies.