What's your biggest current challenge? Have your say in Community Polls along the right column.

Issue with my theme - Be Yours

Solved

Issue with my theme - Be Yours

TBS2023
Shopify Partner
218 1 17

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
10301 2044 2115

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 and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- 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
10301 2044 2115

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 and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.