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”).
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;
}