Sebbo Posted July 27, 2023 Posted July 27, 2023 Does anyone happen to know why this is not working? I only need the underline links removed in certain areas, not the entire site. /*REMOVE UNDERLINE FROM LINKS 7.1*/ section[data-section-id="63f0c7e6e113f56b3b37256e"]{background-size: 0px !important; text-decoration: none!important;}
tuanphan Posted July 28, 2023 Posted July 28, 2023 You mean remove links underline on 63f0c7...section? 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!)
Sebbo Posted July 28, 2023 Author Posted July 28, 2023 I tried this for a block ID but still not working... #block-yui_3_17_2_1_1676721093940_660029 .text-link { text-decoration: none; }
Solution Sebbo Posted July 28, 2023 Author Solution Posted July 28, 2023 This worked thanks to Chat GPT! section[data-section-id="63f0c7e6e113f56b3b37256e"] a { text-decoration: none; } tuanphan 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment