I'm looking to disable the menu icon specifically on the menu page (normal page, not modal), but keep it active on all other pages. Using Meteor, React, and React-Router for my project. The diagram below illustrates the basic structure.
Currently, I am dynamically changing the title text inside .header-center>span
using a ReactiveVar, which works fine per page.
I'm searching for a clean solution to hide/turn off the content of .header-left>img
only on one specific page and revert back when navigating away from that page. Unsure whether to handle this in CSS or JS. Open to any suggestions.