Hello,
Unfortunately linking post blocks to a custom page is impossible in this theme without custom changes which are beyond of our technical support.
Thanks! Alternatively, is it possible to prevent the post from opening in a new page. I’d like to be able to only have the posts on the homepage.
Thanks!
It is the same situation – it needs a custom change in the theme code.
Okay, thank you again.
I am wondering if it is possible to:
1. Change the font color for the excerpts on a blog front page? Can I use CSS to do this? I am fine with the color when the posts open in a new page, just want to adjust the excerpt.
-or-
2. Stop the white animated square and excerpt text from appearing over the images in the posts? I know it is possible to adjust the style of animation in customizer, but I am interested in removing the square all together.
-and-
3. Is is possible for the featured image to only appear in the post and not on the page the post opens to. Even when I don’t add the image to my post, the featured image always appears. I would like it to only appear on the homepage (where my posts are located). Alternatively, is there a way to make it significantly smaller?
Thank you
1. Use the following selectors in your custom CSS code:
.article-helper .entry-title > a // for the excerpt title
.article-helper .entry-summary > a // for the excerpt text
3. Please go to the theme customizer -> under “Post display” section please disable checkbox near “Show featured image”