Remove side bar in my portfolio

Hello,

I have a second problem today, with portfolio section.

See first image attached, I have a featured image. I click on.

See second image attached, I want remove :

  • the side bar on the right
  • the date
  • author
  • the featured image
  • commentary case

Can you help me,

thanks a lot

Hey there

I see only coming soon page:

Something really good is coming very soon

and I need to see the liver website to generate custom css

Hello,

I have desactivate “coming soon”, thanks for your help

hey there

So, you want to remove everything from the single portfolio page?

Please add this CSS in appearance - customize - additional CSS

.single-jetpack-portfolio aside#secondary {
display: none;
}
.single-jetpack-portfolio div#primary {
display: none;
}

Thanks!
Colorlib Support Team

Yes I want to remove everything in portfolio like I mention with my yellow cross in my screenshot attached.

I try to put your CSS in the place mentioned but nothing has changed.

Do you have a solution?

Hey there

The code should work, is it added properly? can you share a screenshot of the code?

Hey,

Yes, see screenshot attached.

Hey there

Please check my other reply on this problem, you need to remove body class rules, it contains mistakes

Thank you so much, it’s work now!!

Cool :slight_smile:

I will close this case now, Feel free to contact us again if you have other questions
Thanks!