Comments Dana Gunn started the conversation1 week ago on March 27, 2025 at 1:31pmHow do I remove the "Back" button and line on the bottom of my Playlist pages?Attached files: Screenshot 2025-03-27 at 1.29.00 PM.png 681Alexandre replied6 days ago on Friday at 2:05pmHi Dana,Go to wp-admin>theme options>custom CSS/JSAnd add this code in the custom css field.links-block .back-btn{display: none;}And dont forget to clear cache.Thanks, Alexandre from the Sonaar.io Crew Sign in to reply ...
How do I remove the "Back" button and line on the bottom of my Playlist pages?
Attached files: Screenshot 2025-03-27 at 1.29.00 PM.png
Hi Dana,
Go to wp-admin>theme options>custom CSS/JS
And add this code in the custom css field
.links-block .back-btn{
display: none;
}
And dont forget to clear cache.
Thanks,
Alexandre from the Sonaar.io Crew