superadej Posted January 25, 2021 Share Posted January 25, 2021 (edited) Site URL: https://adrianludek.com/ Hi guys, I'm having some issues trying to change the font color inside the header on home page only. I have a custom css in design section that makes it transparent, here's the code, but I wonder if you know how to change the color? Quote /* homepage header transparent */ .homepage header#header { background: transparent; } Thanks in advance! Edited January 25, 2021 by superadej Link to comment
superadej Posted January 25, 2021 Author Share Posted January 25, 2021 I have managed to test some options out and found a working solution: /*Change homepage nav-item color*/ .homepage .header-nav-item a { color: white !important; } .homepage .header-nav-item:hover a { color: white !important; } /* folder */ .homepage .header-nav-folder-item:hover a { color: white !important; } Link to comment
tuanphan Posted February 2, 2021 Share Posted February 2, 2021 Homepage Navigation use First Section Color. You can set in first section. You can also combine above code to shorter /*Change homepage nav-item color*/ .homepage { .header-nav-item a, .header-nav-folder-item:hover a { color: white !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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