Also have another question re: appearance of feature images as they appear on the homepage section – I would like to decrease the height of these, I have managed to add this code and it is set the height I want but it only appears like this when you click through to the page (I want to disable this click through as per my query above re: navigation)
The code I’ve used is:
.single-featured-image-header img {
/* display: block; */
/* margin: auto; */
height: 33vh;
object-fit: cover;
}
Would like this scale to appear on the scroll down page too.
All help appreciated and gratefully received ??
Thanks in advance