Remove grey bar (like on homepage) and make right side white (like the rest)

Hey Guys, I’m trying to do the something that seems like it should be simple but I cannot figure out how. How can I remove the bar below the navbar (like on my homepage) on all my other pages. Also how can I make the rest of my page white? The right side is grey for some reason.

My site

Thank you,
Mark

Hi Mark,

Thanks for reaching out.

The one that I’m seeing is a slider below the navbar, is that what you’re trying to hide? Then please turn that off in Theme Options > Ethos > POST SLIDER – BLOG

Then for the white background, please go to Theme Options > Layout and Design > BACKGROUND OPTIONS and remove the background pattern or image. The grey background you’re seeing is an image.

Thanks!

Thank you! I did not realize there was a background image. For the first one there is a gap between the navbar and the post slider that is on all pages except my homepage. I would like to make it like the homepage on my other pages so that the navbar is right on top of the post slider. Does that make sense? How can I do that?

Hi,

To remove the gap, you can add the code below in Theme Options > CSS

.x-header-landmark {
     display:none;
}

Hope that helps

Thank you so much Paul

You’re welcome! :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.