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;
}
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
Thank you Nikko!
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