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

    How can I change the link colours only in the mobile version?

    #1057346

    Hey eventraum,

    Try adding this css code in Quick CSS (located in Enfold > General Styling), just replace blue with the color you want to use.

    @media only screen and (max-width:767px) {
      #top a {
        color: blue !important;
      }
    }

    Best regards,
    Nikko

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