I don't like the header image as well as no featured image in single layout and want to change it. Is there a way?
Also I can't get my header image centered and going crazy here!
thx
WP 5.3.2
WPLMS 2.1.1 modern child theme
Try adding the following code to your child's theme style.css
.single-post #title {
background-size: cover !important;
}
@urdeke: Thanks for sharing the fix here.
@erikpfg: Let me know if this helps.
Great thx, looks a lot better.
Thanks for confirming, so marking the topic as resolved and closing the topic.