Comment to Cover images
-
Alex T⚜️ thx for this .css snippets. very useful!
I used them on my side to show group and space covers in original size on every place. I used --> .bx-base-pofile-cover-image {background-size: contain !important; } in protean template, custom css. That works well.
But another important question to this (please watch the image enclosed.) How to remove the background by custom css?
NOTE: the screenshot is from my mobile. On Desktop ist works good.
-
Hello Peter !
You may try to add background: none; to bx-base-group-cover-wrapper or bx_groups_cover CSS classes. But if it looks fine on desktop you need to clear the cache in your mobile strongly.
-
-