How to remove page titles

Hi guys,

When I publish a new page, its title appears between header and body, I just want to know how to remove them… Have succeeded on home page but do not know how :S

Thanks for replying,

GuillaumeVZ

On static front page there is no title by default. For the rest of the pages you can use this code

.page .entry-title {
    display: none;
}

Add it to Appearance - Theme Options- Other - Custom CSS.

Well thanks you Aigars, it works for removing title but not removed the white line below… :confused:

Then remove previously added code and replace it with this one instead

.page .page-header {
    display: none;
}

Haha ok thanks you a lot, I tried a thing like this just before but was not working !!

Thanks, used this!

Hello Aigars,

The code provided in this threat does not solve my problem with the Shapely theme.
In the header a H3 title is visible with ‘Archive:’ prefix. I have made a screenshot wich is attached to this reply.

Can you point me in the right direction removing the prefix?

Thanks, Jan

Hi Jan,

This topic is related to Dazzling theme and not Shapely theme so to help us keep support thread separates could you please create your own thread for your question here https://colorlibsupport.com/c/shapely/ instead of replying on others thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.

Cheers,
Movin

Hi,

I managed to remove the page title adding the code below to the Custom CSS, but there’s still a gap between my banner and the main menu. How can I remove that blank space?

.page-title-section {
	display: none;
}

Thanks!

@1010r This is old topic and to help us keep support thread separates could you please create your own thread for your question here https://colorlibsupport.com/c/dazzling/ instead of replying on others thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.

how to remove jumbotron from all pages except homepage in illdy theme??

@teotiasumit13 This is not illdy theme forum so to help us keep support thread separates could you please create your own thread for your question here https://colorlibsupport.com/c/illdy/ instead of replying on others thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.