Skip to main content

Im building out some links from text and when i mke it a link it goes blue and underline how can i solve this please it needs to be black.


https://gyazo.com/9e3f3171c5c45a13ff056f0a4cce11ad

Hey @jayjay333,


This should fix your issue:


#lp-pom-root .lp-pom-text a:link {text-decoration: none} 
#lp-pom-root .lp-pom-text a:visited {text-decoration: none}
#lp-pom-root .lp-pom-text a:active {text-decoration: none}
#lp-pom-root .lp-pom-text a:hover {text-decoration: none}

Best,

Hristian


Thanks where do i insert this please? custom css?


https://gyazo.com/1a656db9a703794226d8cdc48e69a918


lines gone but still blue


Fixed it. I changed page properties ;lINK TEXT from blue to black but why wouldn’t


#lp-pom-root .lp-pom-text a:link {text-decoration: none}


have overridden the builder settings


thank you


@Hristian Forgot to ink you


Reply