I would like to either remove the subscribe button on the hero image banner or move it to the top menu. Is there a line I can input into code injection that will hide it?
I checked out the Penang documentation and was able to remove login/signup but that is it so far.
Thanks for the response. I added this and now it is on the navigation bar which I think looks quite odd (see image). I was able to get rid of ‘Get Updates.’
Is there any way to just remove the button entirely or hide it? There is another place to subscribe at the bottom of the page so I don’t see it as necessary.
This is usually better - because the item does not take up space. With visibility:hidden; the item becomes invisible - but it still takes up space, and depending on your page, can lead to blank spaces for the invisible item.
In fact, that’s all you need - you can even put it on one line!