Integrity Blog Title Remove

Hi
I have tried to remove the blog titles on http://princessyachtsci.com/2018-demonstrator-motor-yachts/
using this css .x-header-landmark {
display: none !important;
}

However it does not seem to work.
Please can you assist

Thanks

Hi Princess,

Please try this code:

.single .entry-header {
    display: none;
}

Here are some related links for further reading:

Hope this helps.

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