How do I remove the background image which looks like the the avatar but stretched out? I want to flush the main header information on the left, not centered. Please advise. Thanks!
You can use CSS code. Navigate to Dashboard > Forums > Settings > Styles admin page and put this CSS code in Custom CSS Code textarea. Then save it, delete all caches and do Ctrl+F5 on forum front:
#wpforo #wpforo-wrap .wpforo-profile-wrap .wpforo-profile-head-bg {
background-color: #eeeeee;
background-image: none !important;
}
You can change background color by changing the #eeeeee color code.
OK thanks the css worked for removing the background but how about getting the avatar and top header information looking like the examples on the site? I want it flushed left like the example attachment.
Thanks again!
I'm sorry, but there is no way. This was the old version design.
Hi I followed the steps provided to remove the background image but the bottom of the image displays and object (see attached) can this be removed?