Shopify themes, liquid, logos, and UX
I am trying to change the font of just one section of a page to Avant Garde Gothic Pro (a font that is in my files) using the new Custom CSS feature but just not sure on the correct format of code to be using. I am using the font on other pages but just can't seem to get this one section to work!
Thanks!
Do I need to determine the specific section if I am using this function on the page?
When using Custom CSS for the section itself, no. No need to specify the section again because you've already chosen that, all you need to do is just specify the CSS selector you want to target. Say you want to target all the small texts in the section, you'll use something like:
p{
font-family: "Avant Garde Gothic Pro"
}
There are a huge number of CSS selectors you can use. If you need help identifying which one to use, feel free to let me know so that I'll give it to you.
If you are still struggling - we've just added an AI assistant (beta feature) to the free 'Font Pro' app that helps you generate the correct CSS selectors for fonts - probably can solve your issue here
We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024