Hello,
I am trying to hide the couple of buttons (34 & 35) on my header (marked in red).
I would like to hide it only from my HP.
I tried to do so based on WIX support and explanation… I copied the code (check the red mark in the bottom), but couldn’t success.
ill be thankful for any help.
Hello prag_r17.
You need to wrap your code in
$w.onReady(function () {
//TODO: write your page related code here...
$w('#button34').hide();
});
Also I recommend you to check this article Wix Editor Elements ($w) - Velo API Reference - Wix.com