links in text not working
-
I’ve added a mailchimp link into a blog post. it appears to work when I’m in the editor but as soon as a look at the page after publishing the link is a different colour but does nothing when you put the cursor over it or click on it.
I have test a few different urls as links but none seem to work.The blog I need help with is: (visible only to logged in users)
-
Hello!
Are we talking about this website: https://agilityfitnessbristol.wordpress.com/ ? Can you give us the link of the page you are talking about so that we can take a look, too?
-
Hi agilityfitnessbristol
I found a bug in the theme Altofocus. Some CSS code is causing the issue. The comment section is overlapping over the post.
Override it with the below code. Go to Customiser > Custom CSS and add this code
.comments-area {
position: absolute;
}Learn how to use custom CSS. https://en.support.wordpress.com/custom-design/editing-css/
You can add custom CSS only if you are on Premium or Business plans.
- The topic ‘links in text not working’ is closed to new replies.