Hi, I have something very simple and I don’t know how to do it! I need to hide the “Reviews” section on Sharetribe biography page in Sharetribe Go, and also hide the “Payments” button in the user settings menu bar. Would really appreciate if anyone could give me the script to do this…pretty sure it is easy just can’t seem to figure it out.
You can do a hacky hide by using CSS in your admin panel. Go into Design / Custom script. Then add the following:
.profile-testimonials, #settings-tab-payments { display: none; }