idleness Posted March 29, 2022 Share Posted March 29, 2022 (edited) Site URL: https://www.idleness.co/recent-work Hi everyone, I am looking to only change the nav links + logo colours on my individual portfolio pages. However, using the code below, it changes the nav of the 'recent work' page too, which I want to keep like the rest of the site. Quote <style> header:not(.shrink) .header-nav-wrapper a { color: #fff !important; } header:not(.shrink) .header-title-logo img { filter: brightness(0) invert(1); } header:not(.shrink) .header-nav-folder-content { background-color: transparent !important; } </style> Is there a way around this? Edited April 4, 2022 by idlenessco Updated link Link to comment
tuanphan Posted March 31, 2022 Share Posted March 31, 2022 Hi, Can you check site url? No Such Website The website you requested does not exist. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
idleness Posted April 4, 2022 Author Share Posted April 4, 2022 On 3/31/2022 at 10:35 AM, tuanphan said: Hi, Can you check site url? No Such Website The website you requested does not exist. Updated, thank you! https://www.idleness.co/recent-work Link to comment
Solution tuanphan Posted April 5, 2022 Solution Share Posted April 5, 2022 13 hours ago, idlenessco said: Updated, thank you! https://www.idleness.co/recent-work Add to Design > Custom CSS /* Portfolio page */ body.collection-5f8b06bb9ff1730d1156f4bd.view-list { header#header img { filter: brightness(0) invert(0); } .header .header-nav-wrapper .header-nav-item a { color: black !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
idleness Posted April 8, 2022 Author Share Posted April 8, 2022 On 4/5/2022 at 10:15 AM, tuanphan said: Add to Design > Custom CSS /* Portfolio page */ body.collection-5f8b06bb9ff1730d1156f4bd.view-list { header#header img { filter: brightness(0) invert(0); } .header .header-nav-wrapper .header-nav-item a { color: black !important; } } MAGIC. Thank you so much Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment