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

    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

    #1397716

    Hi Franz,

    Please try to add this CSS code instead:

    #top .avia-table a {
        color: red !important;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1397827

    Hello Nikko

    this fits perfectly

    Thanks for your help

    You can close this ticket.

    Kind regards
    Fran

    #1397837

    Hi Fran,

    We’re 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 ‘link in table’ is closed to new replies.