Guest Posted May 15, 2020 Share Posted May 15, 2020 Site URL: http://czarbomba.com Hi there, I was wondering if someone could help me get banner images on individual blog posts. I just want to use the same banner as there is on all my other pages. Is there some custom code that could remedy this? Any help would be greatly appreciated. Thanks! Link to comment
tuanphan Posted May 15, 2020 Share Posted May 15, 2020 Add to Home > Design > custom CSS. Replace with your image url .collection-type-blog.view-item header.Header.Header--bottom { background-image: url(https://beaverhero.com/wp-content/uploads/2020/05/artboard-1-.jpg); background-size: cover; background-position: center center; background-repeat: no-repeat; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Guest Posted May 23, 2020 Share Posted May 23, 2020 Thanks for replying! This code worked the image is there but it's kind of cut off and doesn't seem to be responsive like the other pages. Maybe changing the background size could fix this? Would you be able to have a look again and let me know? Thanks again for the response!!! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.