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

Issue with my theme - Be Yours

Solved

Issue with my theme - Be Yours

TBS2023
Shopify Partner
322 1 45

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

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
12073 2359 2539

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;
}

Screenshot 2024-11-11 at 15.04.37.png

Screenshot 2024-11-11 at 15.07.12.png

 

- 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.

View solution in original post

Reply 1 (1)

Dan-From-Ryviu
Shopify Partner
12073 2359 2539

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;
}

Screenshot 2024-11-11 at 15.04.37.png

Screenshot 2024-11-11 at 15.07.12.png

 

- 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.