Globally hide page titles?

How can i do this, i have checked the box for a few but I rather just have them all hidden

Hi @SanctuaryHostel,

Thank you for reaching out to us. Titles can be disabled via Page Settings as you’ve already done for few. Currently there is no option to hide the titles globally however this can be done via custom CSS. While that is outside the scope of support, I could point you in the right direction with the understanding that it would ultimately be your responsibility to take it from here. To achieve your desired results, you can add the following code in the Theme Options > CSS:

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

Please note that the code provided above serves as a guide only and is to help you in getting started so implementing it and maintaining the code will be out of our support scope and for further maintenance for new possible versions of the theme that may cause the customization to break, you will need to hire a developer.

Hope this helps!

Yes it worked thanks

Glad that we could be of help.

Cheers!

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