How to remove page title

I want to remove page title so that the image can go up and that space will be covered by the picture. i have removed the title but that white space still remain. i want it to be the header and background image following it immediately. Please see image.

Hi!
If it is a page in the Pages section then please try this CSS snippet but please note that it can require further customization. Please change word number in page-id-number on the page id. If you are not familiar with the code customization then please consider hiring someone for custom work https://fwd.cx/hLhc73mQCD9R

.page-id-number .entry-title{
    display: none !important;
}
1 Like

Hi, I just did that by entering the page ID but I get syntax error.

image

image

Hi,
Please add this CSS snippet in the Appearance > Customize > Additional CSS section.
In your screenshot, you added this code in the PHP section.
Also, you can check this tutorial - How to add custom code snippets - HivePress Help Center

Ou. Beginner mistake, thanks for the help

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