BlueEyedKid Posted August 17, 2021 Share Posted August 17, 2021 Site URL: https://studio4.in.net Hi. I have a site for which I'm just unable to change the colors.. Looking to make each button on the menu as per the colors above.. So 4 different colors. Not really good at code, so if anyone could help/guide that'd be great. Thank you!! Link to comment
tuanphan Posted August 18, 2021 Share Posted August 18, 2021 On 8/17/2021 at 2:14 PM, BlueEyedKid said: Site URL: https://studio4.in.net Hi. I have a site for which I'm just unable to change the colors.. Looking to make each button on the menu as per the colors above.. So 4 different colors. Not really good at code, so if anyone could help/guide that'd be great. Thank you!! Hi, Add to Design > Custom CSS .header-nav-item:nth-child(1) a { color: black !important; } .header-nav-item:nth-child(2) a { color: yellow !important; } .header-nav-item:nth-child(3) a { color: green !important; } .header-nav-item:nth-child(4) a { color: pink !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