• Resolved frydaybites

    (@frydaybites)


    I have a weird gray box around my header image. How can I re-center the image and fix that?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Basically, you should just use image that is wide at least 1200px or larger and the gray box should not be visible.

    You can also remove it using CSS, just access WP admin -> Appearance -> Customize. Here just look at the left side menu and find Additional CSS section. Now, paste this code inside and save changes.

    .frontpage-banner::before {
        background-color: inherit !important;
    }

    It should remove the gray color.

    Let me know how it works out. ??

    All the best.

    Thread Starter frydaybites

    (@frydaybites)

    Ah I see I’ll make sure I use an image with at least those dimensions. Thank you for the code worked great!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Gray edge around header image’ is closed to new replies.