Hello together
I have created a homepage here
link of the page below:
There is a table
there it has links and text
with this code I want to change the colour of the link and the text
colour text the link works white like the link below it
I want the link in the table to have the same colour as the text
the link below must stay white
here is my code:
/*format Tabelle*/
.avia-table tr th, .avia-table tr td {
text-decoration: none !important;
font-size: 15px !important;
color: red !important;
}
is the possible
thanks in advance
kind regards
Franz
Hi Franz,
Please try to add this CSS code instead:
#top .avia-table a {
color: red !important;
}
Hope it helps.
Best regards,
Nikko
Hello Nikko
this fits perfectly
Thanks for your help
You can close this ticket.
Kind regards
Fran
Hi Fran,
We’re glad that we could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko