A space to discuss online store customization, theme development, and Liquid templating.
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.
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
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;
}
Hi,
May I suggest to update code these steps:
1. Go to Store Online-> theme -> edit code
2. Assets/base.css
3. Add code below to end of file
.banner__box .banner__text {
color: rgb(var(--color-foreground));
}