Jump to content

Make Profile Cover Photo Transparent?

Featured Replies

Posted

Good day and my apologies if I am posting this question in the wrong forum.

Prior to upgrading to 4.3, I was using this code in our theme's custom.css to make the profile cover image transparent.

#elProfileHeader{
  background-color: transparent;}
}

Since the upgrade, it has stopped working. I contacted the theme's developer and they thought the issue was a missing end brace. I added that, still no luck.

I have the option to upload a cover image turned off for all user groups (even Admins). The default cover image is really awful with my site's theme.

2002376681_ScreenShot2018-05-04at11_05_53AM.thumb.png.09c04287e77d7221c94dd82a848af066.png

Is there something else that needs done to make the cover photo (image) go away? If so, could you give me the fix in Village Idiot terminology? I'm not a coder or developer of any kind.

Any and all help is greatly appreciated.

Post your site URL so the actual code can be inspected and a solution tested live. 

Try:

#elProfileHeader .ipsCoverPhoto_photo { display:none; } 

 

  • Author

Getting closer - I think.

That code removed the image (pattern), but there is still a solid color background. I tried combining the original code...

This

#elProfileHeader{
  background-color: transparent;}
}

Still didn't work.

This is what I have using only the code you provided.

512546794_ScreenShot2018-05-04at12_38_31PM.thumb.png.c22c715d8120692ae90feb6725d95848.png

Okay. Then this:

#elProfileHeader .ipsCoverPhoto_photo { display:none; } 
#elProfileHeader .ipsPageHead_special { background-color: transparent; }
#elProfileHeader .ipsCoverPhoto_container { background-color: transparent; }

 

  • Author

Still doesn't work. I cleared my browser's cache too, just in case.

I appreciate the help though.

Take 3 …

#elProfileHeader .ipsCoverPhoto_photo { display:none; } 
.ipsPageHead_special { background-color: transparent; }
#elProfileHeader .ipsCoverPhoto_container { background-color: transparent !important; }

 

  • Author

YAY!

Worked perfect.

Thank you so very much!

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.