ASAP HELP: Product recommendation error??

Hi!

I need help ASAP since I’m launching my website soon. I have a danish website coming up, where I have my main language as danish and then you can choose english as well.

Under my products, I have the “recommendations for you”. When my website is in english, then “recommendations for you” looks correct. BUT, in my main language (danish), something happens. In danish, it is translated to “andre anbefalinger til dig”, but somehow it is changed to “andre anbefalinger til digahead”. So the “ahead” is added, and I don’t know where it comes from and I don’t know how to remove it. I have in the controlpanel wrote it correct in danish, but it still adds the “ahead” after.

I have attached images to show you.

My website is:
www.fitscph.dk

PW: fitscph2450!

Thank you so much!

Hi [email removed]Astriddelin,

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file app.css

Step 3: Paste the below code at bottom of the file → Save

html[lang="da"] #wrapper product-recommendations .section-header__title{
font-size:0
}
html[lang="da"] #wrapper product-recommendations .section-header__title:before{
   font-size:calc(var(--font-heading-scale) * 1.5rem);
   content:"ANDRE ANBEFALINGER TIL DIG"
}

Hope my solution works perfectly for you!

Best regards,

Richard | PageFly