How do I increase the boldness (or weight) of the font highlighted on this slide show

I don’t want to change it on all slides, just this part specifically here:

Hi @lukafernada

  1. Go to Online Store → Theme → Edit code.
  2. Open your theme.liquid file
  3. In theme.liquid, paste the below code before

If my reply is helpful, kindly click like and mark it as an accepted solution.

If you are happy with my help, you can help me buy a COFFEE

Thanks!

  • Here is the solution for you @lukafernada
  • Please follow these steps:
  1. Go to Online Store → Theme → Edit code.
  2. Open your theme.liquid file
  3. In theme.liquid, paste the below code before and press ‘Save’ to save it

  • Here is the result you will achieve:

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.

Hi @lukafernada

check this one.

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

section#shopify-section-template--20584607220061__5a90b9b4-ada0-472e-93a0-a9e4e6fcd0b8 h2.banner__heading {
    font-weight: 900 !important;
}

And Save,

Result:

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!