How can I modify the 'View All' button in a featured collection on the Craft theme?

Solved

How can I modify the 'View All' button in a featured collection on the Craft theme?

SuenosBeats
Tourist
9 0 2

How would I go about changing the "View All" button under a Featured Collection section on home page

 

Theme: Craft

 

Store link: https://suenosbeatpacks.com/

 

Screenshot:

Screenshot 2023-10-04 at 13.50.06.png

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
9846 2341 2936

This is an accepted solution.

Hi @SuenosBeats 

Try this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • 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:

 

.center.collection__view-all.scroll-trigger.animate--slide-in a.button {
    color: black;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1696436289461.png
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.

View solution in original post

Replies 2 (2)

Guleria
Shopify Partner
3976 793 1131

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your template-collection.css file and paste the following code below:

 

.collection .button {
    color: #000;
}
- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder

Made4uo-Ribe
Shopify Partner
9846 2341 2936

This is an accepted solution.

Hi @SuenosBeats 

Try this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • 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:

 

.center.collection__view-all.scroll-trigger.animate--slide-in a.button {
    color: black;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1696436289461.png
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.