Would you mind just letting me know how to take out the more info button out of the portfolio entries. I am kind of new to this so if you could just tell where to go exactly would be much appreciated. thanks.
You guys do great support.
Would you mind just letting me know how to take out the more info button out of the portfolio entries. I am kind of new to this so if you could just tell where to go exactly would be much appreciated. thanks.
You guys do great support.
Forgot to mention. This is on the Brightbox Theme.
Hi ,
Add this code in your wp-content/themes/brightbox/css/custom.css (This will remove all the read more link):
.more-link {
display: none;
}
If that doesn't work, try to use this code instead:
.more-link {
display: none !important;
}
If you want to remove the read more only in specific pages, kindly post the list of pages, you want them to be removed otherwise it will be visible. Hope this helps. :)
Regards,
Ismael
Hey!
Add following code to css/custom.css or the quick css field:
.template-portfolio-overview .more-link{
display: none;
}
Best regards,
Peter
You must log in to post.