Jump to content

Change text links to buttons on all product page descriptions

Go to solution Solved by Web_Solutions,

Recommended Posts

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

Screen Shot 2023-10-15 at 11.12.13 AM.png

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
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
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
4 minutes ago, 1to3go said:

This is not working. Can you send me page URL SLUG?

Screenshot_220.png

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
  • Solution
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 by Web_Solutions

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.