Hi!!
FIRST, I’d like to modify the space between the banner on all Pages and the title of the Pages (located below the banner) to reduce the space between the two. This custom CSS worked perfectly to fix my issue (suggested in another thread) but it consequently affected the main image on the Home Page by creating a space above the image, making it look very odd. Is there any way to prevent this code below from affecting the Home Page?
#content .content-area {
padding-top: 10px;
}
SECOND, how do I hide Page titles located in the banner section? I added an image to my website banner and now the title in the banner is hard to read with the image in the background. I still want to keep the Page titles below the banner though. If there’s a way to hide Page titles in the banner only, that would be super. Thanks!!