Hide info bar portfolio

Hello, i wish to hide the info bar in all my portfolios. Can i do that?
Thank you

Hello @RPronk,

Thanks for asking. :slight_smile:

You can add following CSS under X/Pro > Theme Options > CSS:

.single-x-portfolio .p-meta {
    display: none;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

Thanks!
i will watch the video’s this weekend thanks

You’re welcome, let us know how it goes,

Cheers!

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