JAY1570048019 Posted July 12 Share Posted July 12 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! Link to comment
Solution tuanphan Posted July 15 Solution Share Posted July 15 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 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
JAY1570048019 Posted July 20 Author Share Posted July 20 Thank you! This worked perfectly. 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