Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
https://lush-cyprus.myshopify.com/
loziap
I am not sure what is happening but my header has kind of gone crazy - logo has dropped down- announcement bar is super big - and everything seems to disapear
I have purchased the theme only this morning and suddenly it all went crazy!
Please help
Solved! Go to the solution
This is an accepted solution.
Hi @TBS2023
This code caused this issue
h1,h2,h3 {
font-family: "Font-1731306833210"!important;
font-size: 50!important;
line-height: 50!important;
letter-spacing: 0px!important;
text-transform: uppercase!important;
}
Please edit this line of code line-height: 50!important; in the code above so it will be like this to solve the issue
h1,h2,h3 {
font-family: "Font-1731306833210"!important;
font-size: 50px!important;
line-height: 1!important;
letter-spacing: 0px!important;
text-transform: uppercase!important;
}
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
This is an accepted solution.
Hi @TBS2023
This code caused this issue
h1,h2,h3 {
font-family: "Font-1731306833210"!important;
font-size: 50!important;
line-height: 50!important;
letter-spacing: 0px!important;
text-transform: uppercase!important;
}
Please edit this line of code line-height: 50!important; in the code above so it will be like this to solve the issue
h1,h2,h3 {
font-family: "Font-1731306833210"!important;
font-size: 50px!important;
line-height: 1!important;
letter-spacing: 0px!important;
text-transform: uppercase!important;
}
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.