Shopify themes, liquid, logos, and UX
How do I change the font of the search suggestions highlighted in the red box below (only on mobile),
I want to change it to font-family: "Iowan Old Style"
my URL is cheffings.net
Thank you
Hello @lukafernada
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.predictive-search__item-heading {
font-family: "Iowan Old Style" !important;
}
</style>
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
In today’s interview, we sat down with @BSS-TekLabs to discuss practical strategies for...
By JasonH Nov 13, 2024The year-end shopping spree is around the corner! Is your online store ready for the ...
By JasonH Nov 10, 2024We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024