- create flipbook animations online!
Login
how to change bg of FA
GIF
Report
03.05.2020
10 comments
03.05.2020 17:05
Link
Report
Is this comment inappropriate? Report it?
Yes
No
Thank you!
-very complicated, only works on apple computers-
03.05.2020 17:06
Link
Report
Is this comment inappropriate? Report it?
Yes
No
Thank you!
1. Check if, on the menu bar of Safari, there's a Develop tab. If not, go to Preferences (command-comma), Advanced, and check the little box: "Show Develop menu in Task bar"
03.05.2020 17:07
Link
Report
Is this comment inappropriate? Report it?
Yes
No
Thank you!
2. Go to the Develop tab, and click "show web inspector"
03.05.2020 17:08
Link
Report
Is this comment inappropriate? Report it?
Yes
No
Thank you!
3. A menu should pop up. Click the arrow next to <head>...</head>, scroll down until you see <link rel="stylesheet" type="text/css" href="styles/style3.css"> .
03.05.2020 17:09
Link
Report
Is this comment inappropriate? Report it?
Yes
No
Thank you!
4. Click on the styles/style3.css link, and scroll down until you reach code line #319. I will attach a screenshot of it
03.05.2020 17:10
Link
Report
Is this comment inappropriate? Report it?
Yes
No
Thank you!
https://ibb.co/XWxM6pw
03.05.2020 17:11
Link
Report
Is this comment inappropriate? Report it?
Yes
No
Thank you!
5. You should see, on code line #319, "background-image: url('../gfx/noise.png'). Replace "../gfx/noise.png with the direct url of the photo you want for the bg.
03.05.2020 17:12
Link
Report
Is this comment inappropriate? Report it?
Yes
No
Thank you!
6. If you want to change the colour, go to code line #318 and replace #2ecc71 with the color (i.e. red for red, lightblue for light blue).
03.05.2020 17:13
Link
Report
Is this comment inappropriate? Report it?
Yes
No
Thank you!
that's it. (Note: if you refresh the page, it'll go back to normal)
07.10.2020 15:35
Link
Report
Is this comment inappropriate? Report it?
Yes
No
Thank you!
UPDATE: New CSS stylesheet. Styles.css code line 27? now.
Login or register to post new comments.