Home › Forums › Support › Underline Links only in Main Content This topic has 3 replies, 2 voices, and was last updated 3 years, 5 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts November 14, 2022 at 8:36 am #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? November 14, 2022 at 9:08 am #2415207 DavidStaff 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. November 14, 2022 at 9:19 am #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? November 14, 2022 at 9:45 am #2415259 DavidStaff Customer Support Thats correct. The entry-content is just what you add in the Post Editor 🙂 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In