Hi,
i want the cover style of the home page "Heading centered and "Get started" button" also on the single pages where i set up a cover. Is that possible?
I tried a little bit with the header.php and content-single.php but didn’t get it to work properly.
Thanks in advance.
Hi,
To resolve this issue, you can open the header.php file, find the line 33 then replace the line code with new code:
<?php if( is_front_page() || is_archive() || is_single() || is_home() ) : ?>
Also, at the moment, single post will display feature image of the post.
Regards,
hi.
thanks. but with this option i wouldn’t have the metadata within the cover. I already solved it by changing the content-single.php and header.php along with some css styling.
Btw. really great theme you have here. You guys really did a cool job!
Please login or Register to submit your answer