Hello,
I used the code from this thread
https://kriesi.at/support/topic/single-post-page-with-back-button/
to add a back button (“Zurück zur Übersicht”) to my single blog posts. This works perfectly fine, except that the button also shows up on the blog page under each entry. Is there a way to hide all these buttons there?
Thanks,
Artiarturro_66
Hey Artiarturro_66,
Please try the following in Quick CSS under Enfold->General Styling:
.page-id-514 .avia-button-left {
display:none;
}
Best regards,
Rikard
Thank you Rikard,
it works perfectly!
Best regards,
Artiarturro_66