ivan-dabbles Posted May 1, 2020 Share Posted May 1, 2020 Site URL: https://www.leonieguyer.com/ I want to change the rollover behavior of my site title only. The entire site is set to underline on rollover, which is great, but on the site title, I do NOT want the underline. Not sure how to do it. Been fiddling, but no luck. Here is the css I have for underlining (see below). Can I make this affect everything except the site title? a:hover { text-decoration: underline !important; } Thanks! Link to comment
tuanphan Posted May 1, 2020 Share Posted May 1, 2020 Add to Home > Design > Custom CSS .site-title a { text-decoration: none !important; } 5mins 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
Archived
This topic is now archived and is closed to further replies.