Shopify themes, liquid, logos, and UX
Hi,
I want to change the font of a particular word on one page only:
https://luyendykjewelry.com/pages/about-luyendyk
So, I added the code below, however, now the font of this line changes on other pages as well.
Could someone help me with this?
#shopify-section-template--24554611245401__main > div > div > div > div.prose > p:nth-child(7) {
font-size: 34px !important;
font-family: "Eyesome script";
}
Hello,
You can try making that specific word bold and underlined and then use that as a CSS selector. With this approach, you'd also have to remove the bold and underlined properties through CSS.
Will this work for you?
Hi,
Thanks for your respons.
It almost worked, however I can't remove the underline.
I tried the following code. What do I have to change to remove the underline?
#shopify-section-template--24554611245401__main > div > div > div > div.prose > p:nth-child(7) > span > strong {
font-size: 34px !important;
font-family: "Eyesome script";
font-weight: normal !important;
text-decoration: none !important;
}
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025