Lodestar theme: Individual Header for projects
-
Hello,
Is it possible in the Lodestar theme to have the individual project featured image to appear as the large header image on each project page? Is there a CSS-code for that?
At the moment there is the same header image for all projects..
Thanks in advance.
The blog I need help with is: (visible only to logged in users)
-
Hi, that is not something that we can do with CSS. It would require changes to the theme PHP script files, and that is not allowed with the WordPress.com Premium Plan upgrade. It can be done with the WordPress.com Business plan upgrade, but it is a considerable amount of work and would require some experience with PHP in order to do it.
-
Hi,
I had a chat with the support and now it works.
You just have to copy this code into the CSS snippet and replace the post-id and the image-url..postid-1111 .custom-header-image {
background-image: url(‘https://image-url.png’) !important;
} -
- The topic ‘Lodestar theme: Individual Header for projects’ is closed to new replies.