Denz Posted February 4 Share Posted February 4 Hello! I'm hoping someone can help me. I have two white navigation links on my homepage 'WORK' and 'ABOUT' that aren't appearing up on my project pages as the project page backgrounds are white. I have added some CSS code to invert my logo to be visible on the product pages but haven't found the correct code to do the same for the navigation. Is someone able to provide this CSS code please? Many thanks!! D Link to comment
Solution tuanphan Posted February 5 Solution Share Posted February 5 Navigation uses this class name/id div.header-nav-item>a If you still can't figure the exact code, you can share site url, we can help easier 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
Denz Posted February 5 Author Share Posted February 5 Hi Tuanphan, Thank you very much your reply, unfortunately I still have quite managed it, was only able to change the background colour behind the 'WORK' and 'ABOUT' nav buttons. If you could take a look I'd be very grateful, url here https://www.dharryman.co.uk/ Many thanks! Link to comment
tuanphan Posted February 7 Share Posted February 7 I see you used this div.header-nav-item>a { type: #000 !important; } however it should be div.header-nav-item>a { color: #000 !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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment