Hi there,
So in the Vibe theme settings, you guys allow us to upload a default avatar. How can I set a custom cover photo?
Screenshot
Here's another
screenshot for clarity.
Thanks
Sorry, the setting to set the custom cover photo is not available in wplms.
Ok. Thank you for that answer.
How can I request to maybe add that to your trello?
Also, is there a way I can do it via code?
Please add the following css code in Custom CSS to show the default cover image. To do this please go to wp-admin-> Appearance -> Customize -> Custom CSS. Change the url of image you want to display by default.
.xprofile #buddypress div#item-header {
background: url('https://cdn.iphonephotographyschool.com/wp-content/uploads/2016/02/Live-Photos-Apple-iPhone-6s-12.jpg') !important;
}
Checking the code out now. :)
This reply has been marked as private.
I checked your video, please remove the previous provided css code and paste the below given css code in Custom css.
#buddypress div#item-header {
background: url('https://cdn.iphonephotographyschool.com/wp-content/uploads/2016/02/Live-Photos-Apple-iPhone-6s-12.jpg') !important;
}
Mark,
That works wonderfully! Thank you so much for your help!
This ticket can be closed :)
Welcome, thanks for confirmation closing this topic now :) .