loylabel Posted May 11 Share Posted May 11 (edited) Hello! I just found out the code below that works perfectly for the social icons in header, but I wonder how to do the same effect for the header button, I cant find the class id to use for the header button text. /* Social Icons Hover Effect */ .header-actions .icon--fill svg:hover { fill:dodgerblue!important; transform:scale(1.2); filter:drop-shadow(2px 2px 0px black) } the website is: https://primrose-cube-5ejs.squarespace.com/ password: anaconda Edited May 12 by loylabel Link to comment
tuanphan Posted May 14 Share Posted May 14 Use this code header#header a.btn:hover { fill: dodgerblue!important; transform: scale(1.2); filter: drop-shadow(2px 2px 0px black); } 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