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

    Underline links only in the body – not the menu or footer… How is this acheived?

    #1426517

    Hey whdsolutions,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top a {
      text-decoration: underline;
    }
    #top #header a,
    #top #footer a,
    #top #socket a,
    #top a.avia-button,
    #top a.more-link {
      text-decoration: none;
    }
    

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

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