Help how to eliminate this element from the portfolio

hello, friends please help how to remove this item from the portfolio thank you.

HELP PLEASE :disappointed_relieved:

Hey Alberto,

Thank you for reaching out to us. To remove the box, please add the following code in the Theme Options > CSS:

.x-portfolio .entry-extra {
    border: none;
}

Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!

1 Like

friend I do not need to hide it, it is to eliminate it, I still occupy the same space as if it were that element, I need the page to be clean

the option of project link is the one that interferes, that’s what I want to eliminate, and so I can center all the information

Hi Alberto,

I see, in that case, please change that CSS to this

.x-portfolio .entry-extra {
 display: none !important;
}

Hope this helps.

1 Like

thank you friend, but the information was not focused, like the center? Thank you

1 Like

Hi Alberto,

I replied to your other thread :slight_smile:

Thanks!

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