Want to bold the sub heading on smart Slider.

Hello Experts,

I want to Bold the sub heading on my Slider image. How can i do this using liquid files? I have referenced a box in image.

& How can I add third button after Let’s talk.

Juvo Direct www.juvodirect.myshopify.com

Hello @talha_sh02

You can add code by following these steps to make bold subheading text on slider

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.banner__content .banner__text.body{ font-weight: 900!important; }

How Can i add another button on Slider?