Trigger Posted January 21, 2021 Share Posted January 21, 2021 Site URL: https://www.triggersanj.com Hi all, does anyone know how I could make the word 'YouTube' red in my main navigation menu and bottom footer navigation? Many thanks, Link to comment
tuanphan Posted January 23, 2021 Share Posted January 23, 2021 Add to Design > Custom CSS a.Header-nav-item[href*="youtube"] { color: red !important; } a.Mobile-overlay-nav-item[href*="youtube"] { color: red !important; } a.Footer-nav-item[href*="youtube"] { color: red; } Trigger 1 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
Trigger Posted January 31, 2021 Author Share Posted January 31, 2021 On 1/23/2021 at 8:14 AM, tuanphan said: a.Header-nav-item[href*="youtube"] { color: red !important; } a.Mobile-overlay-nav-item[href*="youtube"] { color: red !important; } a.Footer-nav-item[href*="youtube"] { color: red; } Thank you, this worked! 🙂 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