Lines on blog pages?

Hello!

I noticed that on mobile, there are grey lines on the side of the text in the blog pages.
How can I remove the lines or make them white/ invisible?

This is an example:

My site is: crisisequipped.com

Thanks for your time and help!
Nadia

Hi Nadia,

Thanks for reaching out.

To remove the grey line on the side of the text in the blog pages in the mobile, please add this code in your X > Theme Options > CSS.

@media (max-width: 767px) {
	.single-post .entry-wrap {
		box-shadow: none;
	}
}

Please note that custom CSS code is outside the scope of our support. Issues that might arise from the use of custom CSS code and further enhancements should be directed to a third-party developer you can avail One where we can answer questions outside of the features of our theme.

Hope that helps.

Thank you.

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