Remove Page Title
This support request was posted in Flatbase by agenta2z
- agenta2z December 17, 2015 at 9:22 pm
I was wondering what code is required to remove the page title that shows up on each page. I tried the css code found on another support question that did not work?
Juanfra Aldasoro December 17, 2015 at 10:07 pmHi,
Thank you for writing.
You need to look for the class of the title and then apply a
display: none;
property.For example, on pages:
.entry-title { display: none; }
Please have in mind that we cannot bring support on customizations: http://nicethemes.com/article/support-vs-customizations/
Best,
Juan.agenta2z December 17, 2015 at 10:26 pmJuan,
Awesome that worked great also how can I remove the the page tag for example “Home / Contact”?
Juanfra Aldasoro December 18, 2015 at 6:58 pmHi,
Thank you for the follow up.
That section is named breadcrumbs. You can use a CSS snippet like this:
.nice-breadcrumb { display:none; }
Best,
Juan.
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.