X-theme icon portfolio items hide border

I have adjusted the style of the X-theme ICON portfolio to not show the border of an item’s featured entry by adding the next css which seems to do the job:
.entry-featured { border: 0;}

But sometimes it still shows a border on the bottom of an item. The border disappears when I hover the item.

Can you help me with this? What is causing this border on the bottom?

URL: www.mettrop.com

Hey Ingrid,

Applying a background to the image via custom CSS fixes the issue but this doesn’t look like an issue with our theme because if that is the case, we’d be getting the same in all our sites.

That said, we like to know first if this is an issue with our theme and so we could provide an official fix in the coming updates if proven to be a theme issue. Please do the following troubleshooting actions on your site.

  1. Testing For Plugin Conflict
  2. Child Theme
  3. Css/Js Customization

If one of the listed troubleshooting steps fixes the issue, please contact the plugin author for issues caused by 3rd party plugins and consult with a developer for others.

If none of that helps, it could be a theme issue and we will post this in our issue tracker so it will be queued for investigation by our development team.

The temporary solution is to add the following code in Theme Options > CSS.

.entry-featured img {
    background: white;
}

Thanks.

Thanks for the help, Christian. The solution you gave works for me. It is not a theme issue.

Hi Ingrid,

Glad to help you.
Have a nice day.

Thank you.

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