Change or take away the subheading from Pages
February 22, 2018 at 8:05 pm
I am having issues taking off the subheading from each additional page. Where do I go to change that?
Replies (3)
-
February 22, 2018 at 8:05 pm
I am having issues taking off the subheading from each additional page. Where do I go to change that?
-
February 23, 2018 at 5:34 am
Hello CS Frantom,
Try the CSS below
#page-title p{
display: none;
}Copy and paste it in Appearance -> Customize -> Additional CSS
Regards
-
February 23, 2018 at 6:17 pm
How do you change it if you want to write something in the subheading.
-
February 24, 2018 at 4:12 am
Hi CS Frantom,
Check Soma Documentation for this. Find the title
“How to Add Small Description Under Page Title”Regards