Shopify themes, liquid, logos, and UX
Need to change font styling to the following in banner using Lorenza:
font-family: OptimaNovaLT-Medium;
font-size: 72px;
color: #D6D6D6;
letter-spacing: -1.32px;
line-height: 38px;
Button style:
Should be outline only not filled
Font of button should be Neue Haas Unica Pro
Hi , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks
Hey @Andalbutka23
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
a.image-hero__link.bttn.bttn--inline {
background: transparent !important;
color: white !important;
border: solid 1px white !important;
}
</style>
RESULT
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi @Andalbutka23
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>
<style>
.image-hero__subheading.type-body-regular {
font-size: 16px !important;
}
h2.image-hero__heading.type-heading-dynamic {
font-weight: 500 !important;
}
a.image-hero__link.bttn.bttn--inline {
color: white !important;
background: transparent !important;
border: 1px solid white !important;
}
</style>
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Sorry for late reply, I updated the code.. Please check it and let me know
<style>
.image-hero__subheading.type-body-regular {
font-family: OptimaNovaLT-Regular !important;
font-size: 18px !important;
color: #FFFFFF !important;
letter-spacing: 1.3px !important;
line-height: 38px !important;
text-transform: uppercase !important;
}
h2.image-hero__heading.type-heading-dynamic {
font-family: OptimaNovaLT-Regular !important;
font-size: 18px !important;
color: #FFFFFF !important;
letter-spacing: 1.3px !important;
line-height: 38px !important;
text-transform: uppercase !important;
}
a.image-hero__link.bttn.bttn--inline {
color: white !important;
background: transparent !important;
border: 1px solid white !important;
}
</style>
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025