how to make my subheading the same color as my heading slideshow? how to bold my check out button?

need help coding to make my subheading the same color as my heading slideshow. also bold my check out button

Hi @BB100 ,

Could you share your url store? I will help to take a look the issue for you.

thebrewerbuddy.com

Hi @BB100 ,

I don’t see any slideshow on your store. So I only suggest code to make bold checkout button. May I suggest to update code these steps:

  1. Go to Store Online-> theme → edit code

  1. Assets/base.css
  2. Add code below to end of file
.drawer  .vitals-upsell-suggestions .vtl-ub-suggestion__add-to-cart,
.cart-drawer .cart__checkout-button{
	font-weight: bold!important;
}

thank you. for slideshow, its not published yet because i need some
pictures but my heading is white color #fffff, so i just need the code to
make my subheading the same

Hi,

May I suggest to update code these steps:

  1. Go to Store Online-> theme → edit code

  1. Assets/base.css
  2. Add code below to end of file
.banner__box .banner__text  {
  color: rgb(var(--color-foreground));
}