I am having issues taking off the subheading from each additional page. Where do I go to change that?
CF
CS Frantom
Original poster
Member
I am having issues taking off the subheading from each additional page. Where do I go to change that?
Hello CS Frantom,
Try the CSS below
#page-title p{
display: none;
}
Copy and paste it in Appearance -> Customize -> Additional CSS
Regards
How do you change it if you want to write something in the subheading.
Hi CS Frantom,
Check Soma Documentation for this. Find the title
“How to Add Small Description Under Page Title”
Regards