CorpMedia Posted July 3, 2020 Share Posted July 3, 2020 How can I make text change color when I hover over it? (not the navigation headings) Link to comment
derricksrandomviews Posted July 3, 2020 Share Posted July 3, 2020 Where exactly? Over an image or a link? Link to comment
CorpMedia Posted July 3, 2020 Author Share Posted July 3, 2020 Over hyperlinked text. Link to comment
tuanphan Posted July 5, 2020 Share Posted July 5, 2020 Can you share link to your site? We can give code easier. 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
derricksrandomviews Posted July 5, 2020 Share Posted July 5, 2020 .html-block a:not(.sqs-block-button-element) { color: red !important; // standard link color &:hover { color: blue !important; // hover color } &:active { color: green !important; // color link goes when clicked } } Put the above in Custom CSS. Change the colors to whatever you want. Link to comment
CorpMedia Posted July 16, 2020 Author Share Posted July 16, 2020 What part of the CSS connects to a specific text block? Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.