KFProjects Posted January 29, 2021 Share Posted January 29, 2021 Site URL: https://www.kevinkrautgartner.com/how-to-install-lightroom-presets Hello there, I'd like to change the color of the hyperlinks on that specific page: https://www.kevinkrautgartner.com/how-to-install-lightroom-presets I should not effect the other pages. I tried to insert: <style> p a {color: red;} </style> in the custom css head but nothing changed. Would be great if anybody could help me with this... Link to comment
tuanphan Posted February 3, 2021 Share Posted February 3, 2021 Add to Design > Custom CSS body#collection-6013f42b1f3d6b11e6adc72a a { 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
KFProjects Posted February 4, 2021 Author Share Posted February 4, 2021 (edited) Hi tuanphan, thank you but that doesn't work: after inserting the code the whole header navigation (including my logo) is now red. Do you have a solution for this? Edited February 4, 2021 by KFProjects Link to comment
tuanphan Posted February 5, 2021 Share Posted February 5, 2021 Try new code body#collection-6013f42b1f3d6b11e6adc72a #canvas a { color: red !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
KFProjects Posted February 6, 2021 Author Share Posted February 6, 2021 Hi again, thank you but it still seems not to work: Now the header navigation is completely red but only on this specific site. Better than before but doesn't work for me because I need the links in the body text to be red. You got another idea? Link to comment
tuanphan Posted February 7, 2021 Share Posted February 7, 2021 body#collection-6013f42b1f3d6b11e6adc72a #page a { color: red !important; } KFProjects 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
KFProjects Posted February 9, 2021 Author Share Posted February 9, 2021 Great - that worked! Thanks a lot! May I just ask if it is also possible to also get the links in red on that page: https://www.kevinkrautgartner.com/lightroom-presets-landscape-photography/lightroom-presets-shop-bundle-for-landscape-photography It's a product page and I tried the same code but with: 600582fd1c6cfa0180e0b6b6 instead of 6013f42b1f3d6b11e6adc72a but somehow nothing happened... Link to comment
tuanphan Posted February 13, 2021 Share Posted February 13, 2021 On 2/10/2021 at 2:15 AM, KFProjects said: Great - that worked! Thanks a lot! May I just ask if it is also possible to also get the links in red on that page: https://www.kevinkrautgartner.com/lightroom-presets-landscape-photography/lightroom-presets-shop-bundle-for-landscape-photography It's a product page and I tried the same code but with: 600582fd1c6cfa0180e0b6b6 instead of 6013f42b1f3d6b11e6adc72a but somehow nothing happened... Follow this guide to find page id. KFProjects 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
KFProjects Posted February 13, 2021 Author Share Posted February 13, 2021 Great - thank you! Found the "id" 😉 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