Remove image from Portfolio

hello, please I need help, I need to remove this image, it does not come out, and just leave the information in the center thanks

Hi Alberto,

Thank you for writing in, please add this to Theme Options > CSS

.single-x-portfolio .entry-featured {
	display: none;
}
.single-x-portfolio .entry-wrap {
	float: none;
    width: 100%;
}

Hope it helps,
Cheers!

hello friend, it did not work, I attached the image :frowning_face:

Hi Alberto,

The code doesn’t work because there are a lot of syntax error in your css code.

Please add closing curly brackets } to close your @media queries.

Add it here:

Thanks

1 Like

thank you very much friend!!!:grinning::yum:

You’re most welcome.

1 Like

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