Enabling header image in front page template
-
Temporary fix, because I will revert this in v1.5.1 and have header image ON by default, with Tip12 to disable header image.
If any of Tiny Forge users are using front page template, v1.5 will disable header image for that template. It was done to make it look like original Twenty Twelve front page. BUT it is very easy to enable header image for the front page template!
In case you are using Tiny Forge parent theme without child theme, comment out these lines in style.css:
.template-front-page img.header-image, .template-front-page .site-header img.wp-post-image { display: none; }
In case you’re using Tiny Forge Child theme, add these lines to the child theme’s style.css:
.template-front-page img.header-image, .template-front-page .site-header img.wp-post-image { display: block; }
- The topic ‘Enabling header image in front page template’ is closed to new replies.