Weird code appearing at the top of website

Need help here…I’m not sure why there is this code appearing at the top of the website: https://beautyfoomall.com/blogs/news

class=“template-article block-title__cb product-actions-center quick-actions-rect vnd-sls-dots-diff-2 vnd-cd__text-center vnd-image-loading-three-dots product-card__label-style1 mobile-nav_to_product”>

The website font for the blog section is also heavily affected since the appearance of this weird code at the top, but not for other pages, not sure what’s going on here. We’re using Venedor 2.0 theme though. Some guidance is much appreciated!

1 Like

@jt_osp ,

you have to find this code in header.liquid file or article.liquid file or others files may be. copy the code and search on.

@jt_osp
Find this code in the header.liquid file or theme.liquid file
'template-blog block-title__cb product-actions-center quick-actions-rect vnd-sls-dots-diff-2 vnd-cd__text-center vnd-image-loading-three-dots product-card__label-style1 mobile-nav_to_product"

And remove it.

Thank you

Hi,
Go into your theme editor & then blog.liquid & search for “template-blog” & add “<” before “Class” word that is causing the issue

1 Like

Oh gosh, this is a lifesaver haha! Thanks for the < guidance. But I don’t know why the blog article font is still this big, it wasn’t like this before. It used to be smaller instead of the currently enlarged version - any idea how I can fix this? Thank you!