Shopify themes, liquid, logos, and UX
Hello! In my footer.liquid the class "copyright__content" is used. I would like to change the style of this class (e.g. change font color or size). However, in the footer.liquid this class is not defined. Thus, it must be defined in another code sheet. Where do I find the definition of this specific class and how do I generally find the definition of the classes (or are they all defined in one single code sheet that I have not find yet)?
Thanks!
Thanks for the superfast reply! However, in the file base.css the class copyright__content is not defined (a search for "copyright__content" resulted in 0 hits) and the other two css-files (theme.css and styles.css) are not existing. But the copyright__content must be defined somewhere! How can I find the definition of this class?
Btw, I'm unsing Dawn Theme...
Thanks!
Yes, in the footer.liquid file the class copyright__content is used but it do not contain the definition of this class.
This is for example the definition of the CSS class "text-body" and comes from the base.css-file:
.text-body {
font-size: 1.5rem;
letter-spacing: 0.06rem;
line-height: calc(1 + 0.8 / var(--font-body-scale));
font-family: var(--font-body-family);
font-style: var(--font-body-style);
font-weight: var(--font-body-weight);
}
I'm looking for the place where the class copyright__content is defined.
Sure, my guest code is 9040
my-eloo.de
Thank you! I have confirmed your request.
Thank you sooo much!!!
It's defined in the section-footer.css
In modern theme there is usually no single stylesheet, CSS rules are stored in several smaller .css files to be loaded as needed.
You can easily see where rules related to particular element are by using "Inspect element" in your browser, like in the screenshot above.
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