Archived topic
allow featured image on only ONE page to go from edge to edge
3 replies · Started by Trish on September 22, 2021
Hi,
Have 2 outstanding issues, if I may...
On the loading page, I would like to have the featured image to go from edge to edge without distorting the image, of course. But ONLY the loading page.
PLUS, the background is a gray colour and I would like the background to match the container colour of white... BUT... only on the loading page.
Please help?
Correct me if I'm wrong, but I do NOT need the GenerateBlocks plugin to do this, correct?
Thank YOU in advance,
Trish
Hi Trish,
Try this CSS:
body.home .featured-image.grid-container {
max-width: 100%;
}
body.home {
background-color: #ffffff;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Hi Leo!
{{{BIG HUGS!}}} it worked PERFECTLY!
THANK YOU!!!!! :-)
No problem :)