Home Forums Free Themes Travel Ultimate Links are invisible

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #190570
    Pedale
    Participant

    Hello,
    I’m evaluating the free version of Travel Ultimate and when I place a link in a post it is invisible, it displays only when the mouse is placed on it

    Any solution ?

    Thanks in advance

    #190577
    Pedale
    Participant
    #190580
    Psink
    Keymaster

    We can fix this issue by adding a few lines of CSS

    GO to Dashboard >> Customizer >> Additional CSS, paste this code there and published the site

    a {
    color: #000;
    }

    a:hover {
    color: #f36e4b;
    }

    #190586
    Pedale
    Participant

    It works !

    Thanks a huge lot !

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