Hey guys, so I’m trying to add an overlay on my profile pic and my friends pics! I wanted to add a Polaroid frame overlay and for the life of me I can’t figure it out ;-;
Any help or code would be helpful rn!
Hey guys, so I’m trying to add an overlay on my profile pic and my friends pics! I wanted to add a Polaroid frame overlay and for the life of me I can’t figure it out ;-;
Any help or code would be helpful rn!
Comments
Displaying 7 of 7 comments ( View all | Add Comment )
euoni
im pretty sure i know the codes for both, ill try to comment them!
/* Polaroid Top Friends */
.friends-grid img {
background: #001219 !important;
padding: 6px 6px 16px 6px !important;
box-shadow: 0 3px 8px rgba(0,0,0,0.35) !important;
transform: rotate(-3deg) !important;
transition: transform 0.25s ease !important;
}
by euoni; ; Report
/* Polaroid Profile Pic */
<style>.profile-pic {background: #fff;padding: 5px 5px 196px;box-shadow: 3px 3px 10px silver;height: ;transform: rotate(deg); filter: grayscale(8%);}</style>
by euoni; ; Report
I tested the first one and it worked! But it deleted my background photo and my cursor :(
by hopefuljunkyardprincess; ; Report
oh no im sorry!! ive never had that issue, it might take a bit longer but you could try typing out each line
w/o copy/pasting. but i hope ur able to add ur cursor/bg back! D:
by euoni; ; Report
Where do you add the code in the advanced css menu? I tend to put it at the end and tried at the beginning but it won’t work </3
by hopefuljunkyardprincess; ; Report
im sorry if i explain poorly but the pfp polaroid code works for me at the VERY bottom alone in its <style> & the friend polaroid works stacked with the other class selectors like .blog-preview
by euoni; ; Report