Questions about Blog Post Visibility & Link Underline Color
-
Hello WoodMart team,
1. My article is a Post and has been published, but it does not appear on the Blog page. Why?
2. How can I make hyperlinks show an underline?
Thanks!
Hello,
01. Please make sure that your Blog page is correctly set in Dashboard -> Settings -> Reading -> Posts page. Also, check if your article is published.
02. Can you please share the page URL where you want the links to appear underlined? This will help me guide you with the exact solution.
Best Regards,
Hello,
I’ve pasted the link in the Private Content. It is one of my posts, and inside the Table of Content the links are underlined using Elementor. However, the underline color does not match the one I set in the system. I adjusted the link color through Theme Settings → Colors, but I cannot set the underline there.
What I need is a way to set the underline style globally, not just for this single post.
Thank you in advance for your help!
Best regards
Hello,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.elementor a {
text-decoration: underline !important;
text-decoration-color: #000000;
text-decoration-thickness: 2px;
}
Best Regards,