lenouch Posted December 31, 2020 Posted December 31, 2020 Site URL: https://www.theneuroticnotebook.com/ I used this code to change the color of hyperlinks when hovering. a:hover { color: red !important; } It works great, but I don't wan the color of the text within the (red) buttons to turn red. Thank you for your help! Lena
Beyondspace Posted January 1, 2021 Posted January 1, 2021 13 hours ago, lenouch said: Site URL: https://www.theneuroticnotebook.com/ I used this code to change the color of hyperlinks when hovering. a:hover { color: red !important; } It works great, but I don't wan the color of the text within the (red) buttons to turn red. Thank you for your help! Lena You mean only want the underline turn read instead of the whole text? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
tuanphan Posted January 1, 2021 Posted January 1, 2021 Try adding this to Home > Design > Custom CSS div.header-nav-item:first-child a { color: #000 !important; } 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!)
lenouch Posted January 3, 2021 Author Posted January 3, 2021 Thank you, the issue is not about the header. There are links inside the pages (the Instagram on my page or the name of my publisher on the About page) I would like the text to turn red when hovering & selecting. This worked with the code a:hover { color: red !important; } But I don't want the text inside the red buttons "indiebound", " Barnes& Noble" "Amazon" on the Home page and on the Get me! page to turn red. Thank you for your help!
tuanphan Posted January 6, 2021 Posted January 6, 2021 Try this CSS #page a:not(.sqs-block-button-element):hover { 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
Archived
This topic is now archived and is closed to further replies.