• I’m designing a site for a client. I got the background image to show up as the header in the desktop version but on the mobile it’s black. How can I fix this?
    Also, how can I change the background of the menu color so when I’m on other pages, it’s not black?

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello, try to use the following CSS code.

    You can add CSS code in Customize → Additional CSS section.

    header#masthead {
        background-color: rgba(0, 0, 0, 0.1);
    }

    Please feel free to ask any other questions that you might have.

    Kind Regards, Roman.

    Thread Starter lachellechrysanne

    (@lachellechrysanne)

    That worked!

    Is there a way I can get rid of the thin white line that separates the navigation or do I have to submit a new support topic for this?

    Hello,

    Try to remove this CSS code from your Additional CSS section:

    .site-header {
    	border-bottom: 1px solid rgba(255, 255, 255, 0.1); 
    }

    Kind Regards, Roman.

    Thread Starter lachellechrysanne

    (@lachellechrysanne)

    It’s still there

    Hello,

    It’s still there

    I’m not sure what exactly you mean, so can you please provide some explanatory screenshots? You can upload screenshots to your WordPress Media Library and share a link, or you can use one of the online services (Google Drive, Dropbox, etc.).

    Kind Regards, Roman.

    Thread Starter lachellechrysanne

    (@lachellechrysanne)

    It’s gone now! Just had to set the background to transparent.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Header Photo in Mobile not showing up’ is closed to new replies.