Re: how to make my subheading the same color as my heading slideshow? how to bold my check out butt

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

BB100
New Member
11 0 0

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

Replies 5 (5)

EBOOST
Shopify Partner
1198 310 352

Hi @BB100 ,

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

- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: [email protected]
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free
- ❤❤DONATE ❤❤Coffee tips
BB100
New Member
11 0 0
thebrewerbuddy.com
EBOOST
Shopify Partner
1198 310 352

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

EBOOST_1-1672356985580.png
2. Assets/base.css
3. 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;
}

EBOOST_0-1722370613212.png

 

- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: [email protected]
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free
- ❤❤DONATE ❤❤Coffee tips
BB100
New Member
11 0 0
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
EBOOST
Shopify Partner
1198 310 352

Hi,

May I suggest to update code these steps:

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

EBOOST_1-1672356985580.png
2. Assets/base.css
3. Add code below to end of file

.banner__box .banner__text  {
  color: rgb(var(--color-foreground));
}

 

 

- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: [email protected]
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free
- ❤❤DONATE ❤❤Coffee tips