Wed, 2021-10-06 13:03
I am trying to hide the title which WordPress automatically puts on top of this website page: https://geoplaza.vu.nl/cms_test/serviceoverzicht/
It works in desktop view with the following CSS:
.post-2048 .title-post {
display:none;
}
However, it is not working on tablet and mobile view. Somehow, the title reappears if the screen width is less than 1008px.
I want to get rid of the upper title. I think something is blocking the CSS from working, but I don't know what.
Attachment | Size |
---|---|
Knipsel5.JPG | 24.33 KB |
Wed, 2021-12-01 11:04
#1
Hi Twan, apologies for the
Hi Twan, apologies for the delay in getting a response to you. Did you manage to resolve this issue? The page is not loading from me, but it sounds like you may have added your CSS in-between a media query breakpoint, which is why it only applied at certain viewport resolutions.