gillianw12 Posted October 25, 2020 Share Posted October 25, 2020 Site URL: https://www.monday-talent.com/ Is there a way to change the logo color in my navigation menu to white on both desktop and mobile? I would like to keep it dark navy on all pages but with my hamburger style nav I want to use a dark background so would like to change the logo to white. Thank you! Link to comment
rwp Posted October 25, 2020 Share Posted October 25, 2020 11 hours ago, gillianw12 said: Site URL: https://www.monday-talent.com/ Is there a way to change the logo color in my navigation menu to white on both desktop and mobile? I would like to keep it dark navy on all pages but with my hamburger style nav I want to use a dark background so would like to change the logo to white. Thank you! .homepage .header-title-logo { filter: invert(1) grayscale(1); } Link to comment
gillianw12 Posted October 25, 2020 Author Share Posted October 25, 2020 @rwp Thanks for your quick response. That code does not seem to be working for me. Is there something else I can try? Thank you! Link to comment
rwp Posted October 25, 2020 Share Posted October 25, 2020 Sorry, I misunderstood. This should do what you want. .header--menu-open .header-title-logo { display: block !important; filter: invert(1) grayscale(1) !important; } Link to comment
gillianw12 Posted October 26, 2020 Author Share Posted October 26, 2020 @rwp It worked! Thank you SO much. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.