Blog display
-
Hi there
Need some help with the following blog https://kimvano.com/blog/ with using this theme when we click the blog title it takes us to the category page?
When we want it to go straight to the blog, is there a way to bypass this or is there a setting I didn’t apply? At the moment the only way to go straight to the blog is clicking directly on the image…
Thanks
The blog I need help with is: (visible only to logged in users)
-
Hey,
I had a look at your Blog page and I could see that there’s this CSS on your website:
.entry-title {
display: none;
}
that’s making the post title go away. The buttons that you were trying to use instead actually link to the categories. If you remove the CSS I mentioned, you’ll see that the titles will come back and you’ll be able to use them for sure.
Maybe you can tell me what do you want to achieve with this CSS so we can try to look out for an alternative to keep using it but without affecting the blog titles.
Thanks,
Radu
- The topic ‘Blog display’ is closed to new replies.