In the post and in the header settings you can only have both or none or just the title but not just the breadcrumbs
Can you let me know where this is controlled so I can either remove the Title to one of the options or add one option to only show the breadcrumbs
thanks
Just to be clear, can you tell me where is the code to display the page title to the left of the breadcrumbs so that I can remove it and only show the breadcrumbs. Thanks in advance
Hey!
Thank you for using the theme.
If you want to remove the title and leave the breadcrumbs. Please add this on Quick CSS or custom.css:
.title_container .main-title {
display: none;
}
Regards,
Ismael
Thanks…just what I needed