gvitollo Posted March 1, 2022 Share Posted March 1, 2022 Site URL: http://www.gabriellevitollo.com/resume Hi! I would like to change the color of the navigation and website main title front on the upper left (GABRIELLE VITOLLO) of my Resume page to black (because the background banner image is white), while keeping the navigation font white on all of the other pages. Could someone please help me with this? I look forward to hearing from you! Link to comment
tuanphan Posted March 3, 2022 Share Posted March 3, 2022 Add to Design > Custom CSS /* resume header black */ body#collection-621915d90bde34477a959599 header.Header.Header--bottom.Header--overlay 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
gvitollo Posted March 7, 2022 Author Share Posted March 7, 2022 amazing! thank you. Is there any way I could also apply this to the IG and LinkedIn icons? thank you!! Link to comment
tuanphan Posted March 10, 2022 Share Posted March 10, 2022 On 3/7/2022 at 6:30 PM, gvitollo said: amazing! thank you. Is there any way I could also apply this to the IG and LinkedIn icons? thank you!! Use this new code /* resume header black */ body#collection-621915d90bde34477a959599 { header.Header.Header--bottom.Header--overlay a { color: black !important; } .Header-social use.SocialLinks-link-icon { fill: 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment