How can I fix a font text issue possibly related to JavaScript or 404 error?

Hello i have an issue with the font text looks like issue with js or 404 error i need help to fix it

https://prnt.sc/1sgm782

https://prnt.sc/1sgm9yq

https://prnt.sc/1sgmilv

https://prnt.sc/1sgmkm7

1 Like

Hi @na1 ,

Welcome to the Shopify community!
Please Share your store live url with password (if it password protected) where you want to do modification, so that I will solve your issue here!

@na1

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Hi url is

JE

@na1 ,

.six.columns.omega {
    color: #000;
    font-weight: 600;
}
.footer_menu a {
    color: #000;
    font-weight: 600;
}
.sixteen.columns {
    color: #000;
    font-weight: 600;
}

Add this css at the bottom of
Online Store->Theme->Edit code->Assets->style.scss.liquid

Hi oscprofessional.. thanks for the update

i added this code

https://prnt.sc/1sowk9v

some content was fixed but there some place not fixed :

the menu: https://prnt.sc/1sowpuv

product name in catalog page: https://prnt.sc/1sowtcs

quick view window: https://prnt.sc/1sox014

cart added window: https://prnt.sc/1sox6ua

update:

i added this code to another place

https://prnt.sc/1spgt02

and seems the issue fixed

but can u advise me how to make the items in the menu hover (red color) here:

https://prnt.sc/1sph37u

@na1 ,

a, span, h, p {
color: #000 !important;
font-weight: 500 !important;
}

Add this css at the bottom of
Online Store->Theme->Edit code->Assets->style.scss.liquid

this code changed the main menu to black i want to change the items in the accessories section

https://prnt.sc/1t0l0rg

https://prnt.sc/1t0lc0r