Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1018567

    Hi,
    I want to chnge the color in the links every second raw
    (I need the color of the link to be white – the default of the link is blue.. the same color as the background)
    what is the css for that?

    thanks

    #1018614

    Hey adishlomy,

    Please try the following in Quick CSS under Enfold->General Styling:

    #top .avia-table tr:nth-child(even) a {
      color:white !important;
    }

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.