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

    Hello.

    The issue is link text that does not appear with an underline. Based on forum guidance you provided earlier to other users, I placed the following code in Quick CSS:

    .entry-content a {
    text-decoration: underline;
    }

    .avia_textblock a {
    text-decoration: underline;
    }

    However, links are still not showing up as underlined. Example is at our home page. The large orange text is set to H1. The words “Business World” are actually a link (temporarily set to http://www.nytimes.com). No underline. Would welcome your guidance on how to make the underline appear. Thanks.

    #756753

    Hey clbdcnpafe,

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

    .home #av_section_1 a {
      text-decoration:underline !important;
    }

    Best regards,
    Rikard

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