I need my page titles on each page but I have no need for the Return to previous page link.
Is there any code that can be inserted somewhere to remove this link?
This topic has 4 replies, 2 voices, and was last updated 9 years, 11 months ago ago by Robert Hall
I need my page titles on each page but I have no need for the Return to previous page link.
Is there any code that can be inserted somewhere to remove this link?
Hello,
Try to add this code in custom.css file.
.breadcrumbs .back-to {
display: none;
}
Regards,
Robert Hall.
Thank you!!
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘Remove return to previous page without removing page title’' has been successfully resolved, and the topic is now closed for further responses