itsmilograve's profile picture

Published by

published

Category: Layouts

HOW DO I REMOVE THE GLOW IN MY LAYOUT UGH

Hello friends!

I come to you today with a humble request: Please help me remove the purple glow from all of the images on my profile.

I have gone through the code and removed every line that says "purple" "pink" "glow" "shadow" or "lilac" and not only has it not removed the goddamn purple fucking glow from all my photos, but it didn't change anything at all. The thing I love about my photos is the pop of color from my hair, so I'm quite agitated that it's apparently impossible to make that visible.

ANY advice is greatly appreciated! I've been working on this and learning to code SPECIFICALLY to fix this problem all week but absolutely nothing I do will remove it and I feel like an idiot.

Thank youuuuuuu!

Kudos: 0

Comments

Displaying 3 of 3 comments ( View all | Add Comment )

Report

find this in your code and remove it:


.pf-photo-grid img, .person img, .cb-author-link img, .badge-icon {
  1. filter: grayscale(100%) brightness(65%) sepia(100%) saturate(1100%) hue-rotate(
    245deg) contrast(140%) drop-shadow(0 0 4px #b000ff) drop-shadow(0 0 10px #7a00ff) !important;



THANK YOU SO MUCH UGH OMGG <3

by itsmilograve; ; Report

Report

I'm not amazing at code yet, I just edit what ppl already wrote and add stuff from w3schools LOL
But maybe its like a filter over top? Like a transparent layer of purple?