F@rzad Posted July 21, 2018 Share Posted July 21, 2018 Hello I have a question , how can we remove this part that i show you in the picture. Thanks Link to comment Share on other sites More sharing options...
Knowband Plugins Posted July 24, 2018 Share Posted July 24, 2018 Hi, Kindly confirm if you want to remove the same from specific pages OR all the pages. To remove the same from all the pages, You can use any of the following method. 1. CSS method: Go to themes/default-bootstrap/css/global.css (For PS1.6) themes/classic/assets/css/custom.css (For PS1.7) & add the following lines at the bottom of the file. (If you are using the different theme, then need to add the lines in theme css file) .breadcrumb { display: none !important; } Clear your cache & refresh the page. 2. Template change: Edit the following file themes/default-bootstrap/breadcrumb.tpl (For PS1.6) themes/classic/templates/_partials/breadcrumb.tpl (for PS1.7) (If you are using your theme then check the file according to your theme). & Remove all the content from the file. Save the file. Clear the cache & check again. Hope it will help. 1 Link to comment Share on other sites More sharing options...
F@rzad Posted July 27, 2018 Author Share Posted July 27, 2018 thanks for reply it works Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now