• rgaynor72

    (@rgaynor72)


    Is there a way to have a 1900×600 image show instead of the Page Title with a gray bar? I would like to have the page title overlay the featured image if possible?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • You need to add CSS code to do it. Here is an example.

    body .page-header {
    background-image: url(https://an8.01f.myftpupload.com/wp-content/uploads/2025/05/Accent-Wall.png);
    background-position: center;
    background-size: cover;
    height: 15rem;
    }
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.