my profile has this lined overlay and it's making everything REALLY hard to read for myself, especially because of the thin font
i understand that it's supposed to be a vhs themed layout, but i can barely read anything on my own profile. i like the color scheme and how it looks so i just want to get rid of the overlay. i'm not sure where it is located in the code, so i need someone good with html to look for me so i can delete it,,,, here is the layout i am currently using: https://layouts.spacehey.com/layout?id=84508
all help would be appreciated ^^
HELP ME GET RID OF THIS OVERLAY!!!!!
0 Kudos
Comments
Displaying 1 of 1 comments ( View all | Add Comment )
CHRLIE.ko
Hello!! I believe I have identified your issues!!
The code was a bit confusing as it had no line breaks, but I located two points of interest:
1) body:after{content:"";background:url(https://images2.imgbox.com/0d/36/kovyrX3R_o.gif). This line plays the gif linked, which gives a constant staticky animation on top.
2) background-image:repeating-linear-gradient(rgba(0,0,0,.3) 0,rgba(200,200,200,.3) 1%). This line creates the linear pattern you disliked.
Removing both of these resulted in a smooth blue background with a VHS play symbol in the top left corner and recording timer in the bottom right corner. I hope this helped! Please let me know if there continues to be issues, as I ran the code in an HTML compiler instead of on my own profile. I will be happy to look for more visual problems!
Report Comment
OMG THANK YOU SO MUCH FOR THIS!!!!!!!^_^ will be removing the weird overlay right away tysm
by keith; ; Report