Remove Portfolio Title Icon Theme

Icon Theme

I want to remove the portfolio page title.

I have added this into the CSS.

.single-x-portfolio .x-header-landmark {
display: none;
}

1 Like

Hello @paleopolly,

Thanks for writing in!

Yes, above code should work fine. In case code is not having the effect please try using following CSS under X > Theme Options > CSS:

.single-x-portfolio .x-header-landmark {
    display: none !important;
}

In case issue is still there, please share your website portfolio page URL. I tried looking the website but there are multiple pages and it’s a bit difficult to check each page.

Thanks.

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