Comments pat_bsk started the conversationFebruary 20, 2020 at 1:55pmHi,I would like to hide the page title on main page by using below CSS but it doesn't work on my site. #page-header-bg h1 { display: none !important; } 3,022Andrew repliedFebruary 20, 2020 at 2:05pmHi pat_bsk,Use the following: .vc_custom_heading { display: none; } If it doesn't work the sent screenshot of the heading on websiteHope this helps.pat_bsk repliedFebruary 22, 2020 at 11:54amUnfortunately, it doesn't work :(I just can't find the proper element name for page title (it is set up as a href to main page). 3,022Andrew repliedFebruary 23, 2020 at 7:47amHi pat_bsk,It seems to work when inspected on our end. Can you allow us to login to your website so that we see why it does not work and see the best css for that.When css is not activeThanks.pat_bsk repliedFebruary 23, 2020 at 7:19pmfor .vs.custom.heading your CSS is working, but I meant: a#logo.no-image (check attachment) ;) 3,022Andrew repliedFebruary 24, 2020 at 5:51amHi pat_bsk,The following will do the trick: #header-outer .no-image { visibility: hidden; } Hope this helps.pat_bsk repliedFebruary 24, 2020 at 11:17amPERFECT!!!! Thanks so much for your help :)We can close this ticket. Sign in to reply ...
Hi,
I would like to hide the page title on main page by using below CSS but it doesn't work on my site.
Hi pat_bsk,
Use the following:
If it doesn't work the sent screenshot of the heading on website
Hope this helps.
Unfortunately, it doesn't work :(
I just can't find the proper element name for page title (it is set up as a href to main page).
Hi pat_bsk,
It seems to work when inspected on our end. Can you allow us to login to your website so that we see why it does not work and see the best css for that.
When css is not active
Thanks.
for .vs.custom.heading your CSS is working, but I meant: a#logo.no-image (check attachment) ;)
Hi pat_bsk,
The following will do the trick:
Hope this helps.
PERFECT!!!! Thanks so much for your help :)
We can close this ticket.