Remove Social Media Share Box on Portfolio

Hello! I have removed the social share Portfolio links, but the box that was around them still remains. Can you please help me remove it?

Also, how do I turn off Comments on Portfolio pages?

Thanks!
Emma

Hello Emma,

Thanks for writing in!

Please go to X > Theme Options > Portfolio > Sharing. You must disable all social links so that the box will not display.

To disable the comments, you may need edit each of the portfolio items and disallow the comments.

JXhkazgdRHO3jrAetYI4MQ

To learn more how you can disable the comments, please check this out:

Hope this helps.

Thank you for your response! Unfortunately the gray outline box remains.
I:

  • Disabled comments from all posts, pages, and portfolio items
  • Disabled comments under Discussion
  • Deleted old comments
  • Cleared the cache

Still seeing the gray outline at the bottom of each portfolio item.

Please advise! Thanks!
Emma

Oh - and I made sure all social links under “Portfolio” were turned off :slight_smile:

Hello @emma1282,

I have checked your site again and I found out that you are using Renew stack. It turns out that the box were coming from the borders of the portfolio item details. There is no setting to hide the box. You will have to use custom css to do it. You need to add CSS code into X > Theme Options > CSS

You need to use the Google Chrome Developer Toolbar to check the live HTML code and find which CSS selector you need to use.

The default custom css of the portfolio item details box is using this:

.x-portfolio .entry-extra {
    border: 2px solid #e5e5e5;
}

Feel free to change the border into none. To learn more about the css border property, please check this out: https://www.w3schools.com/cssref/pr_border.asp

The points above will be a good starting point and if you are interested you can learn more about CSS selectors and details here

Hope this helps.

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