This topic has 4 replies, 2 voices, and was last updated 7 years, 2 months ago ago by Rose Tyler
How do i remove “Return to Previous Page” on all pages?
I´ve tried to add the following code in Custom CSS:
.breadcrumbs .back-to {
display: none !important;
}
But that didn´t have any effect.
Hello,
Please use this code:
.page-heading .row-fluid .span12 > .back-to {
display: none;
}
Regards
Thanks 🙂
You’re welcome!
Regards
The issue related to '‘Remove Return to Previous Page’' has been successfully resolved, and the topic is now closed for further responses