1 reply [Last post]
Twan
Twan's picture
Offline
newbie
Nederland
Last seen: 1 year 33 weeks ago
Nederland
Timezone: GMT+2
Joined: 2021-10-06
Posts: 1
Points: 2

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.

AttachmentSize
Knipsel5.JPG24.33 KB
thepineapplehead
thepineapplehead's picture
Offline
Moderator
Last seen: 1 year 5 weeks ago
Timezone: GMT+1
Joined: 2004-06-30
Posts: 9683
Points: 819

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.

Verschwindende wrote:
  • CSS doesn't make pies