Remove page title for video portfolio

Hello

I have three video portfolios on my page At the top of each it shows the page title and a portfolio sort option. Is there any way to remove the title and the sort option?

Hi Chris,

Thank you for reaching out to us. You can do this with custom CSS, try adding the following code in the Theme Options > CSS:

.page-template-template-layout-portfolio .h-landmark, .page-template-template-layout-portfolio ul.option-set  {
    display: none   
}

Here are some related links for further reading, this could help you in finding and implementing some CSS fixes:

Hope this helps!

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