#116384
 mtgame21
Participant

I did try deactivating this plugin and use the buddypress cover function, however it does not display the picture as perfectly like the plug in did without any CSS changes.

Here is the plugin CSS on the cover picture: (shows the full picture)
body.is-user-profile .profile-cover-inner {
background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.45) 100%) repeat scroll 0 0;
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 1;
}

here is the default CSS for buddypress cover functionality:
(note changing contain to cover just zoomed in one part of pic and if I make it no repeat, it just cuts off second row of pic)
#header-cover-image {
background-size: contain;
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 1;
background-repeat: no-repeat;
}

If I don’t use the plugin, can you help me modify the CSS to get the pic to look the same

Log in with your credentials

Forgot your details?