Change button style

Solved

Change button style

Gregory87
Tourist
9 0 2

Hi! Help me make the button from the blogs section look like this:

Group 1.png

Site link: puerh.pro

Accepted Solution (1)

DaisyVo
Shopify Partner
3688 403 489

This is an accepted solution.

Hi @Gregory87 

 

I hope you are well. You can follow our instructions below:


1/ Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
2/ From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/iDxwa8zBQ4Z-
3/ Copy the code below and paste it there

 

Here is the code for Step 3:

 

a.blog__button.button {
    color: black !important;
    background: #FCFCFC !important;
}

 

image (2).png


Please let me know if it works. Thank you!

 

Best,
Daisy - Avada Support Team.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Replies 3 (3)

Made4uo-Ribe
Shopify Partner
9870 2351 2947

Hi @Gregory87 

TRy this one .

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.blog__button.button {
    background: white !important;
    color: black !important;
} 

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1738014921812.png

     

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Gregory87
Tourist
9 0 2

The background of the button should be: #FCFCFC

DaisyVo
Shopify Partner
3688 403 489

This is an accepted solution.

Hi @Gregory87 

 

I hope you are well. You can follow our instructions below:


1/ Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
2/ From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/iDxwa8zBQ4Z-
3/ Copy the code below and paste it there

 

Here is the code for Step 3:

 

a.blog__button.button {
    color: black !important;
    background: #FCFCFC !important;
}

 

image (2).png


Please let me know if it works. Thank you!

 

Best,
Daisy - Avada Support Team.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution