Dawn Theme - How to change font in "multicolumn" Link and get rid of arrows

Hello,

I would like to be able to change the font of the links in this section “multicolumn” in dawn theme and get rid of the arrows. I know how to change fonts for the body and headings - but I want to give JUST these 3 links a very specific unique font (“dawning of a new day”).

I would also like to get rid of the arrows.

URL: embroideryandsage.com

Thanks!

Hey @embroiderysage

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find password.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT

If I managed to solve your problem then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Hello @embroiderysage ,

Navigate to Online Store > Themes > click on Edit code.
Locate and open the theme.css or base.css file. Scroll to the bottom and add the following CSS code:

.multicolumn-card__info {
 font-family: dawning of a new day !important;
}

.multicolumn-card__info .icon-wrap {
display: none !important;
}

Result:

I tried this, and it took away the arrows. However, it changed the link and the text to the new font. I just want the link font to change?

sorry this didn’t change anything