Site logo

[Support request] Underline Links only in Main Content

Home Forums Support [Support request] Underline Links only in Main Content

Home Forums Support Underline Links only in Main Content

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2415167
    Marius

    Hello,

    I want to underline links only in the main content.
    I have tried this css:

    .content-area .site-main p a {
        text-decoration: underline;
    }

    But then, the Read More Buttons and the Breadcrumbs are underlined as well.
    Also the Links in the Amazon Boxes should not be underlined.

    Which CSS should I use?

    #2415207
    David
    Staff
    Customer Support

    Hi there.

    try:

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

    The entry-content is div around your post content. So it won’t affect archive pages, or content outside of there.

    #2415227
    Marius

    Hi David,

    aha, that works great. Thanks. I remember the code for my other pages.

    Just for understanding: This also means that the meta links under the article are not in the post content?

    #2415259
    David
    Staff
    Customer Support

    Thats correct. The entry-content is just what you add in the Post Editor 🙂

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