Wordpress style error

Hi,

I uploaded a wordpress page without problems, but when I entrer to it, I see the page without style.

I saw in the code that the reference to .css file have 127.0.0.1 path.

Can it be the problem? Do I need to change this path?

Thanks!

127.0.0.1 refers to the localhost. A live website cannot have that host address. The path must be changed. I think you should change it to public_html/…wherever the stylesheet css is located.

1 Like

Hi you have to change your path to wherever your live stylesheet is like

<link rel="stylesheet" href="style.css">

Can I use /directory/style.css?

Ofcourse yes whatever path

1 Like

How can I do it? I don’t find the file where I have to change this