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 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