hide the kurana theme image
-
hye
The featured image on my site is very large, and do not want it appearing on most of my pages. Is there CSS that can help me hide it on every page except my front page?
The theme I am using: Karuna
The site I need help with: https://baba-company.com/The blog I need help with is: (visible only to logged in users)
-
Hi there, we can use the following to hide the featured header image on all pages except for the home page.
body:not(.home) .site-header .custom-header { display: none; }
- The topic ‘hide the kurana theme image’ is closed to new replies.