actuallyalli Posted February 1, 2021 Share Posted February 1, 2021 Site URL: https://www.actuallyalli.com/ Hello! I added custom CSS to change the paragraph hyperlink underlines to a low highlight using a background gradient (code posted below). If possible, want to exclude this hyperlink formatting from appearing on my homepage because it doesn't look good with the image blocks. p a { background: linear-gradient(180deg, hsl(0, 0%, 98%) 45%, #F8E3F2 45%); border-bottom: none !important; } Link to comment
tuanphan Posted February 3, 2021 Share Posted February 3, 2021 Try this new CSS body:not(.homepage) p a { background: linear-gradient(180deg, hsl(0, 0%, 98%) 45%, #F8E3F2 45%); border-bottom: none !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.