Mark Dahl
asked 9 years ago

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.

1 Answers
DominicStaff
answered 9 years ago

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,

mark-dahl
replied 9 years ago

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!

Powered by DW Question & Answer Pro