claudianuria Posted November 9, 2023 Share Posted November 9, 2023 Hello, I would like to change the logo in each portfolio project but not in the main portfolio page called 'work' in this case. I have tried the following and it just changes the colour on the 'work' page not the projects. <style> .view-list .header-title-logo img { -webkit-filter: invert(100%); filter: invert(100%); filter:progid:DXImageTransform.Microsoft.BasicImage(invert='1'); } </style> penguin-tiger-pjcj.squarespace.com password: alfiespace Thanks! Link to comment
Solution tuanphan Posted November 12, 2023 Solution Share Posted November 12, 2023 hi, .view-list target list page .view-item target individual pages no thing: target both <style> .header-title-logo img { -webkit-filter: invert(100%); filter: invert(100%); filter:progid:DXImageTransform.Microsoft.BasicImage(invert='1'); } </style> 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
claudianuria Posted November 13, 2023 Author Share Posted November 13, 2023 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