Hide Page Title Section

R Started by Rob · June 22, 2019 at 8:52 pm · 3 replies 1 voice Last reply 7 years ago
R
Rob Original poster Member
#1

Hello, I am trying to remove the page titles from the header images of my pages. However whenever I check the Hide Page Title Section box, it removes the image as well. I would like to keep the image but have the title of that page removed from the top of the image. Can you assist. Thank you.

ST
Spiracle Themes Original poster
#2

Hi Rob,

Just use the CSS below

.section-title h1, .bread-crumb, .bread-crumb span{
visibility: hidden;
}

Copy and paste it in Appearance -> Customize -> Additonal CSS

Best Regards

Post a reply

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

Replying to Hide Page Title Section

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