Hello - is there any way to remove this button without editing the code? And one more question: is there a way to disable all RSS pages? They’re no use and only create many completely unnecessary pages.
Hello @Ivan Mishchenko !
If you don't need the 3-dots menu point in your Timeline then you may those CSS code to the Custom Styles area of your template:
#bx-timeline-views-timeline .bx-tl-item-manage { display: none; }
Hello @Ivan Mishchenko !
If you don't need the 3-dots menu point in your Timeline then you may those CSS code to the Custom Styles area of your template:
#bx-timeline-views-timeline .bx-tl-item-manage { display: none; }