spalal Posted June 16, 2020 Share Posted June 16, 2020 Site URL: https://www.thehenleygroup.com/ I am trying to take away the underline from the pop-up button. A previous web person added a CSS that requires the underline for hyperlinks on the site. I found through Inspect Element that "body a" controls the underline, but I can't trace back what #block or #collection or #page to specifically use in CSS to get the underline to turn off. I tried the following as a test for one of the buttons, and it didn't work: #block-yui_3_17_2_1_1592286569957_333 body a { text-decoration:none !important; } Any help you can offer? Thanks Link to comment
tuanphan Posted June 16, 2020 Share Posted June 16, 2020 Add this code to LAST LINE in Home > Design > Custom CSS .sqs-slice a { text-decoration: 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
spalal Posted June 16, 2020 Author Share Posted June 16, 2020 Hi @tuanphan, That did not work. Do you have another suggestion? Thanks. Link to comment
spalal Posted June 16, 2020 Author Share Posted June 16, 2020 It seems this is the source, so I tried this, and it did not work. .sqs-slide-wrapper[data-slide-type="popup-overlay"] .sqs-slide-container[data-slide-type="popup-overlay"].button-layout-style-inline [data-slice-type="buttons"] ul li a, .sqs-slide-wrapper[data-slide-type="popup-overlay"] .sqs-slide-container[data-slide-type="popup-overlay"].button-layout-style-auto [data-slice-type="buttons"] ul li a, .sqs-slide-wrapper[data-slide-type="popup-overlay"] .sqs-slide-container[data-slide-type="popup-overlay"].button-layout-style-inline-auto [data-slice-type="buttons"] ul li a { text-decoration: none! important; } Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.