Builder builder 'add' button colour, minimal theme

Hello I’m looking to change the colour of my bundle builder ‘add’ button to match the rest of my store (the buy it now/add to cart button).

Currently it’s black & doesn’t look like it belongs to my store. Can anyone help me with this thank you.

Hi @PeterElliott

You can change the button color by going to the


Online store > Themes > Customize > Theme settings > Color > Edit the button and button text color.

If you want to change more, please share your site URL and the password (if any) and clarify how you want to change it.

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any questions!

Hello, I have previously done what you have mentioned and it has worked out well for my store. However in my bundle builder section the ‘add’ buttons are black and don’t match the rest of my store, which was changed via the method you just explained.

here is my store link, password: help888
https://sweetstashuk.myshopify.com/password

if you click ‘build your own mix’ then select any, you will see where it says ‘add’ in black, I’d like it to match the rest of my store, where the buttons are coloured ‘#FFB21E’ & text ‘#2E1901

Hi @PeterElliott

Please try going to your Themes > Edit code > Assets > Open theme.scss.css
and add the following code to the bottom of the file.

.bundle-builder-app--button {
    background-color: #FFB21E !important;
    color: #2E1901 !important;
}

Let me know if it works!

This worked perfectly, thank you so much!

would it be possible to change the bottom part where it says ‘your bundle must contain 5 products’ to be a similar colour also?

Hi @PeterElliott

Please try going to your Themes > Edit code > Assets > Open theme.scss.css
and add the following code to the bottom of the file.

.bundle-builder-app--bundle--summary .bundle-builder-app--bundle--error-message { 
  color:#000
}

Please let me know if it works!

Hey this hasn’t worked, the box is currently black and the text is white, if possible I’d like to change the colour of the box too; #FFB21E & the colour of the text too #2E1901