Could someone help me remove the title on the portfolio post page? I’ve tried CSS that’s worked for others, but not for my site. Thanks!
Hi there,
Please add this code in the Global CSS:
.single-x-portfolio .x-header-landmark {
display: none;
}
```
Hope this helps.
Hi,
Unfortunately that didn’t work. Are there any other options? Thanks!
Hi again,
I tested the code using chrome’s developers tool and it works as expected. The reason it isn’t working for you is the cache plugin you’ve. The content in your site is being served by the cache. Always make sure to clear all caches including your browser’s cache after adding the code so you can see the changes right away on the front-end.
If this still doesn’t work then add the above code in your child theme’s style.css file and then clear the cache. I tested this one and it works fine.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.