How can I fix font and white space issues in Narrative theme?

Hi,

I’m looking for help with the Narrative theme with a font issue plus white space.

  1. We added new font but on some sections in Narrative theme like “Collection list” the font did not change to Antic Slab. What file and how can code be edited so Collection list heading uses Antic Slab?
    See image 1.

  2. White space issue bordering “Collection list” and “Rich Text/Talk about your brand” areas.
    What file/s and how can code be edited so the white space can be reduced?
    See image 2 & 3.

Website is https://www.theinventory.ie/ store front password is: stiche

If you need access to theme admin just let us know.

Thank you in advance :slightly_smiling_face:

Image 1.

Image 2 & 3.

1 Like

@nolongerworking

sorry for that issue can you please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.collection-list, .rich-text {
    padding: 70px 0;
}
.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
font-family: AnticSlab-Regular!important;
}
2 Likes

Hi bamaniya.sky, thank you for your help.

The code for resolving the font issue worked like a charm. And the white space code you supplied I was able to follow it and adjust as needed.

If anyone I know needs a developer to work on their store you will be the one I recommend.

***** review for bamaniya.sky :slightly_smiling_face:

1 Like

Oops, bamaniya.sky = KetanKumar.

1 Like

@nolongerworking

Thanks for your all complement

its my pleasure to help us