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.