lenouch Posted December 31, 2020 Share 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 1 Link to comment
Beyondspace Posted January 1, 2021 Share 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? Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
tuanphan Posted January 1, 2021 Share Posted January 1, 2021 Try adding this to Home > Design > Custom CSS div.header-nav-item:first-child a { color: #000 !important; } lenouch 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
lenouch Posted January 3, 2021 Author Share 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! Beyondspace 1 Link to comment
tuanphan Posted January 6, 2021 Share 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 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment