Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted May 4, 20186 yr 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. 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.
May 4, 20186 yr Author Sorry about that! I usually remember to add the URL http://www.sagaswildwest.com/
May 4, 20186 yr 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.
May 4, 20186 yr Okay. Then this: #elProfileHeader .ipsCoverPhoto_photo { display:none; } #elProfileHeader .ipsPageHead_special { background-color: transparent; } #elProfileHeader .ipsCoverPhoto_container { background-color: transparent; }
May 4, 20186 yr Author Still doesn't work. I cleared my browser's cache too, just in case. I appreciate the help though.
May 4, 20186 yr Take 3 … #elProfileHeader .ipsCoverPhoto_photo { display:none; } .ipsPageHead_special { background-color: transparent; } #elProfileHeader .ipsCoverPhoto_container { background-color: transparent !important; }
Archived
This topic is now archived and is closed to further replies.