Hi,
could you take a look at my page and please tell me how I can hide the button Vraag een offerte aan (shown when clicked on a portfolio item – in AJAX Portfolio view). I need the button on the pages Zorg and Furniture, just not on the Merken page.
Thanks for your help in advance.
Jolanda
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.page-id-19 .read-more-portfolio {
display: none!important;
}
Regards,
Yigit