JAY1570048019 Posted July 12, 2023 Posted July 12, 2023 Hi everyone, I’m just looking for the CSS way to change the colour of specific words on the main portfolio navigation page on my website: https://www.bookofjoash.com. E.g: ‘LAMB’ might be coloured brown, and ‘BUSINESS’ might be coloured blue. Any help would be much appreciated, thanks!
Solution tuanphan Posted July 15, 2023 Solution Posted July 15, 2023 You can add this to Design > Custom CSS a.portfolio-hover-item:nth-child(1) span { color: blue; } a.portfolio-hover-item:nth-child(2) span { color: brown; } a.portfolio-hover-item:nth-child(3) span { color: yellow; } a.portfolio-hover-item:nth-child(4) span { color: red; } 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment