Get rid of Launch Project button on portfolio

How do i get rid of the launch project button in my portfolio posts? i just want it to be there without that.

Hello Husam,

Thanks for writing in! To get rid of the Launch project button in the portfolio posts, please leave it blank. Do NOT insert # or an empty space character so that that button will not display.

Kindly let us know how it goes.

are you speaking in terms of the settings in appearance of the portfolio? because when writing up a portfolio post there is no option to have a button

Hey Husam,

For the “Launch Project”, go to Pro > Theme Options > Portfolio and empty the Launch Project Title.

image

For the button, add this code in Theme Options > CSS.

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

For more details about setting up Portfolios, please see https://theme.co/docs/set-up-portfolios

The purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.

Hope that helps.
Thanks

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