Madison_hanley Posted March 31, 2022 Share Posted March 31, 2022 (edited) Site URL: https://www.beginonballard.com/ Hi there, I am hoping to underline the footer items on hover. Also, I am hoping to edit the centered text overlay on the homepage so it also underlines on hover. These are all linked texts. Do you have any ideas on how to code this? Thank you so much! Edited March 31, 2022 by Madison_hanley Link to comment
tuanphan Posted April 2, 2022 Share Posted April 2, 2022 On 4/1/2022 at 3:20 AM, Madison_hanley said: Site URL: https://www.beginonballard.com/ Hi there, I am hoping to underline the footer items on hover. Also, I am hoping to edit the centered text overlay on the homepage so it also underlines on hover. These are all linked texts. Do you have any ideas on how to code this? Thank you so much! You mean Initial: No underline Hover: Underline appear Is this right? With homepage overlay text underline, which overlay, can you take a screenshot? 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
Madison_hanley Posted April 4, 2022 Author Share Posted April 4, 2022 That is correct. The text to underline on hover is shown below (see bracelets, rings, collections, earrings, necklaces on home page and navigation links on footer) Link to comment
tuanphan Posted April 5, 2022 Share Posted April 5, 2022 Add to Design > Custom CSS /* Underline on hover */ footer.sections .html-block a { text-decoration: none; } footer.sections .html-block a:hover { text-decoration: underline; } body.homepage .design-layout-poster:hover p { text-decoration: underline !important; } 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