I am trying to 1. remove the header hover effect and 2. make the menu text larger and permanently white. This needs to be so across all pages. Having a lot of trouble finding the correct identifiers in css to do this. Thanks in advance.
To remove the dropping transparency, you can go to the header-menu.js file and change this line: this.style.setProperty(‘–submenu-opacity’, ‘1’); to this.style.setProperty(‘–submenu-opacity’, ‘0’);
Should do the trick. If you’re feeling more comfortable, it might be worth checking out that whole function and removing it, no need to run it if you don’t want to use it.
As for the menu text, look in style.css for menu-list__link-title, you should be able to find the settings there to change the size and colour. You might have to do it in a few places, looks like some “logic” is taking place - probably to do with the transparency.