Background Image/Color

Hello all

There’s an attachment on this thread https://colorlibsupport.com/t/full-height-on-image-slider/#post-71581 that shows a white patch at the bottom. Is this due the size of the background image? How can I make the white area disappear?

If you also check my site @ www.theronakshah.com, now there is a small white area that covers the whole width. I assume both are to do with the same thing.

May be one of my custom CSS codes are wrong. Can I post them here?

Regards,

Ron

Hi Ron,

I hope you are well today and thank you for your question.

I visited your shared site but didn’t see any white patch at the bottom of your site so could you please share the screenshot of it so that i can help you?

Kind Regards,
Movin

Hi Movin

It was in the attachment you sent me previously in https://colorlibsupport.com/t/full-height-on-image-slider/#post-71581. I have also attached a screenshot.

There is also a white patch at the top.

Regards,

Ron

Are you referring the navigation bar background as white patch as shown in the attached screenshot?

Hi Movin

No I am talking about the white patch completely at the top of the page. Please see attached.

Thanks

You can try removing that top white patch by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Travelify Other Options

html body {
    border-top: 0;
}