Hello @consumermicro,
Please share the page url where you want to remove post title, so we can help you with custom css as per the need.
Kind regards,
Manoj
I’d like to remove the post title from any page that displays it in the thinkup_custom_introabove section. In other words, you have an option to not show breadcrumbs in that function but no option to not show post titles and I’d like it if there was this option but if i can remove the post titles using css I will do that.
Hello @consumermicro,
You can remove the by using the custom css. Please apply the below given css under Appearance -> Customize -> Additional Css-
#intro h1.page-title {
display: none;
}
The free version of the theme comes with limited features. However the pro version of the theme have the feature as theme setting.
For better understanding please refer the screenshot-
https://i.imgur.com/I8yIjv5.png
Kind regards,
Manoj
This didn’t work. I placed it in:
customize > general settings > additional css
And
customize > general settings > theme options > custom css
The page title still appears in all locations on the site.
I think that it would probably be beneficial if you changed these options in the admin back end:
Enable Into
Enable Breadcrumbs
To:
Enable Into
Enable Page Titles (Where: Post, Search, etc)
Enable Breadcrumbs
Just a suggestion.
To be clear, I don’t want to remove the Into div completely, I just want to remove the page title text on posts.
Also, this works on all devices except mobile, when using a phone the page title still appears in all locations on the site. For computers and tablets it’s fine.
This is a javascript function correct? Can you point me to where this is located so I can see if I can edit it myself? I’ve already looked through the main-frontend.js file and it doesn’t appear to be in there.