Why does my website look diferent here than it does on localhost?

Website URL

http://notarealehop.online

I am new to infinityfree. So I wanted to know why my website here looks diferent that it does look in localhost. But it is the exat same code.
Here is how it looks on localhost. And you can chek the link to see how it looks here.

I hope someone can help me with this.

Hi and welcome to the forum

it looks the same to me as on your screenshot


Please clear the browser cache by pressing a few times Ctrl + F5 while viewing your website.
If that doesn’t help (because some browsers are stubborn) then follow these instructions




correct this because the file does not exist (image)

10 Likes

Thank you clearing the browser cache fixed it!

2 Likes

image

Your logo is not visible, so here’s how you can solve it:
There are various filters that you can use (e.g. brightness),

I chose only one example

maybe 40% is better than 50

or you make a CSS class just for that logo at the top and then add it to the code

and with that code, you don’t have to worry about that logo on the footer (it will remain “green”)
which is clearly visible because there is a black background

image




in short, you load one file (logo) - you reduce the number of requests

and then through CSS (filter) you choose how the logo will look at the top of the page
(because that gradient background makes it impossible for the logo to be visible because there is not enough contrast)
and how the one at the footer (bottom - actually a default image without a filter).

11 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.