|
|
what bit changes the color of the bar that says stable, service, search etc?
|
| |
|
|
|
Kiwi Grape said: what bit changes the color of the bar that says stable, service, search etc?
It depends on what you mean. It's the 3rd to last section, and Dev explains it well in her palette guide.
|
|
|
|
|
also how do I change the color of the transparent backgrounds and how to enlarge the header? I have everything else all good finally!! :D Edited at April 9, 2021 04:57 AM by Kiwi Grape
|
| |
|
|
|
Transparent backgrounds go by the rgba code. R- Red G- Green B- Blue A- Transparency Cali's guide explaines that and the enlarged headers well in Her Guide.
|
|
|
|
|
EDIT: I'm just a dumbass. Edited at April 10, 2021 04:15 PM by Sunshine Grapes
|
|
|
|
|
I know this has been asked a lot and someone pasted what to do on page 4, but the fixed background still doesn't work for me? here's my code: /*-------------------------------------------------- Set the website background --------------------------------------------------*/
body { background-image:url(https://i.pinimg.com/originals/9c/a1/d0/9ca1d00c5c308afa9981d0b3d47d7ade.jpg); background-color: #526803; background-attachment: fixed; } and yet it still doesn't work. I'd rather not use gradient, either edit: for some reason when I pasted the code, it didn't paste the lines that I skipped, which was one empty line between each command Edited at April 29, 2021 04:35 PM by Jotunheims Livery
|
|
|
|
|
I know this has been asked a lot and someone pasted what to do on page 4, but the fixed background still doesn't work for me? here's my code: /*-------------------------------------------------- Set the website background --------------------------------------------------*/ body { background-image:url(https://i.pinimg.com/originals/9c/a1/d0/9ca1d00c5c308afa9981d0b3d47d7ade.jpg); background-color: #526803; background-attachment: fixed; } and yet it still doesn't work. I'd rather not use gradient, either
|
|
|
|
|
Jotunheims Livery said: I know this has been asked a lot and someone pasted what to do on page 4, but the fixed background still doesn't work for me? here's my code: /*-------------------------------------------------- Set the website background --------------------------------------------------*/
body { background-image:url(https://i.pinimg.com/originals/9c/a1/d0/9ca1d00c5c308afa9981d0b3d47d7ade.jpg); background-color: #526803; background-attachment: fixed; } and yet it still doesn't work. I'd rather not use gradient, either
Try this code (Replace Tha link/color) body { background-image:url(https://i.imgur.com/0Sjnnp4.jpg); background-color: #350752; background-attachment: fixed; }
|
|
|
|
|
Ocean View Grapes said: Jotunheims Livery said: I know this has been asked a lot and someone pasted what to do on page 4, but the fixed background still doesn't work for me? here's my code: /*-------------------------------------------------- Set the website background --------------------------------------------------*/
body { background-image:url(https://i.pinimg.com/originals/9c/a1/d0/9ca1d00c5c308afa9981d0b3d47d7ade.jpg); background-color: #526803; background-attachment: fixed; } and yet it still doesn't work. I'd rather not use gradient, either
Try this code (Replace Tha link/color) body { background-image:url(https://i.imgur.com/0Sjnnp4.jpg); background-color: #350752; background-attachment: fixed; }
Thank you, But it still didn't work, so I'm stating to believe that it's something to do with the device that I'm using :/
|
|
|
|
|
Ocean View Grapes said: Jotunheims Livery said: I know this has been asked a lot and someone pasted what to do on page 4, but the fixed background still doesn't work for me? here's my code: /*-------------------------------------------------- Set the website background --------------------------------------------------*/
body { background-image:url(https://i.pinimg.com/originals/9c/a1/d0/9ca1d00c5c308afa9981d0b3d47d7ade.jpg); background-color: #526803; background-attachment: fixed; } and yet it still doesn't work. I'd rather not use gradient, either
Try this code (Replace Tha link/color) body { background-image:url(https://i.imgur.com/0Sjnnp4.jpg); background-color: #350752; background-attachment: fixed; }
Thank you, But it still didn't work, so I'm stating to believe that it's something to do with the device that I'm using :/
|
|
|