1to3go Posted October 15, 2023 Share Posted October 15, 2023 Hello I wish to convert the text links used in all the product descriptions to a button. Should be CSS for this? Any ideas? Thanks! PW geko Link to comment
Web_Solutions Posted October 15, 2023 Share Posted October 15, 2023 4 minutes ago, 1to3go said: Hello I wish to convert the text links used in all the product descriptions to a button. Should be CSS for this? Any ideas? Thanks! PW geko Can you share your website URL? If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
1to3go Posted October 15, 2023 Author Share Posted October 15, 2023 11 minutes ago, Web_Solutions said: Can you share your website URL? https://fennel-saxophone-23m8.squarespace.com/ Link to comment
Web_Solutions Posted October 15, 2023 Share Posted October 15, 2023 8 minutes ago, 1to3go said: https://fennel-saxophone-23m8.squarespace.com/ Password? If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
1to3go Posted October 15, 2023 Author Share Posted October 15, 2023 11 minutes ago, Web_Solutions said: Password? geko Link to comment
Web_Solutions Posted October 15, 2023 Share Posted October 15, 2023 22 minutes ago, 1to3go said: geko Can you send me the product page link? If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
1to3go Posted October 15, 2023 Author Share Posted October 15, 2023 9 minutes ago, Web_Solutions said: Can you send me the product page link? I attached a screen shot above Link to comment
1to3go Posted October 15, 2023 Author Share Posted October 15, 2023 1 minute ago, 1to3go said: I attached a screen shot above I use this code to do so in an accordion, so I assume something similar? // Accordion Button .sqs-block-accordion a { border: none 1px white; border-radius: 50px; padding: 10px 15px 10px 15px; background: lightgray !important; transition: 0.2s; color: black !important; &:hover { background: #0077BD !important; transition: 0.2s; color: white !important; } } Link to comment
Web_Solutions Posted October 15, 2023 Share Posted October 15, 2023 Just now, 1to3go said: I use this code to do so in an accordion, so I assume something similar? // Accordion Button .sqs-block-accordion a { border: none 1px white; border-radius: 50px; padding: 10px 15px 10px 15px; background: lightgray !important; transition: 0.2s; color: black !important; &:hover { background: #0077BD !important; transition: 0.2s; color: white !important; } } What is the page? Can you send? If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
1to3go Posted October 15, 2023 Author Share Posted October 15, 2023 7 minutes ago, Web_Solutions said: What is the page? Can you send? https://fennel-saxophone-23m8.squarespace.com/config/pages/6527f935056f607c6ead3fda Link to comment
Web_Solutions Posted October 15, 2023 Share Posted October 15, 2023 4 minutes ago, 1to3go said: https://fennel-saxophone-23m8.squarespace.com/config/pages/6527f935056f607c6ead3fda This is not working. Can you send me page URL SLUG? If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
1to3go Posted October 15, 2023 Author Share Posted October 15, 2023 3 minutes ago, Web_Solutions said: This is not working. Can you send me page URL SLUG? heimlsungen1-OEuIm Link to comment
Solution Web_Solutions Posted October 15, 2023 Solution Share Posted October 15, 2023 (edited) 18 minutes ago, 1to3go said: heimlsungen1-OEuIm Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS. .ProductItem-details-excerpt a { border: none 1px white; border-radius: 50px; padding: 10px 15px 10px 15px; background: lightgray !important; display: inline-block; margin-bottom: 5px; transition: 0.2s; color: black !important; &:hover { background: #0077BD !important; transition: 0.2s; color: white !important; } } Edited October 15, 2023 by Web_Solutions Ainul and tuanphan 2 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
1to3go Posted October 15, 2023 Author Share Posted October 15, 2023 19 minutes ago, Web_Solutions said: Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS. .ProductItem-details-excerpt a { border: none 1px white; border-radius: 50px; padding: 10px 15px 10px 15px; background: lightgray !important; display: inline-block; margin-bottom: 5px; transition: 0.2s; color: black !important; &:hover { background: #0077BD !important; transition: 0.2s; color: white !important; } } Perfect!!!! 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