Soma Theme Help Free theme

Remove Page Title Area

RD Started by Rich Dixon · February 8, 2018 at 6:54 pm · 1 reply 1 voice Last reply 8 years, 5 months ago
RD
Rich Dixon Original poster Member
#1

I’d like to eliminate the Page Title and Background area. Is there a way to do this sitewide and for specific pages?

Also, I posted a question about child themes and haven’t seen a response.

Do you recommend use of the child theme? If so, should it be installed prior to the one-click import process?

Thanks.

ST
Spiracle Themes Original poster
#2

Hi Rich,

For sitewide elimination of Page title area, use the CSS below

#page-title {
display: none;
}

Paste this CSS in Appearance -> Customize -> Additional CSS

For, elimination in specific pages, you need to add the class just before the CSS #page-title for eg if the page has class page-id-22 then you need to write down the CSS as

.page-id-22 #page-title {
display: none;
}

Or just write down the URL’s of your pages and we will tell you what’s the page id class of that page

Best Regards

Post a reply

Join the conversation. Be kind — this is a public forum.

Replying to Remove Page Title Area

By posting, your reply becomes public (unless marked private).