Dawn 2.0 Collection List how to italicise some of the words?

Hi

My URL is https://www.favouredlondon.co.uk/ (no password) and I have 3 questions I would like answered if possible.

  1. I would like to italicise some of the words in my Collection List header.

Currently it is Browse Our Collections. I would like it to show as Browse Our Collections.

Please can you let me know how to do this?

  1. Can you also let me know how to make my collection list padding between the pictures a bit smaller on this section without affecting other homepage sections and making the square photos bigger?

  2. How do I also add a SHOP NOW underneath each of the collection titles?

I’d like to keep the collection the full width of the page.

Many Thanks

Hello there,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >base.css and paste this at the bottom of the file:
.collection-list-title {
font-style: italic!important;
}
.card-wrapper {
padding: 20px!important;
}

Hi

I only want to make one work italic? What is the best way to do that?

Can you also confirm what code I should use for the other 2 points?

Thanks