I would like to change the Soho font to Lobster, but go to a basic mono or something.
@Zeel-prajapatii thanks for the help getting to alignment corrected.
A user wants to change their logo text wrapper font from Soho to Lobster in their Shopify store.
Initial Solution Attempt:
.header__heading-logo-wrapper with font-family: Lobster !importantcustom.css or theme.scss in the Assets folderComplication:
custom.css or theme.scss) in the Assets folderstyle.liquid fileCurrent Status:
I would like to change the Soho font to Lobster, but go to a basic mono or something.
@Zeel-prajapatii thanks for the help getting to alignment corrected.
Hi,
Add this CSS code
Online Store > Themes > Edit code > Assets > custom.css or them96.
.header__heading-logo-wrapper:before, .header__heading-logo-wrapper:after {
font-family: Lobster!important;
}
I’m using the Spotlight theme, I don’t see either of those in assets.
I’m using the Spotlight theme, I don’t see either of those in assets
Can you check for style.css or theme.css file
I have a theme.liquid, no style