Find Answers and Get Support › Forums › Gwangi – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme › Theme Customizer › Pages › Background profile
- This topic has 1 reply, 2 voices, and was last updated 6 years, 7 months ago by
Themosaurus.
-
AuthorPosts
-
SiX InformaticsParticipant@xailaes
- 22 Topics
- 66 Posts
Good Morning
We have a problem and we need your help because it is driving us crazy.
We have set the background of the blank pages as the default on the web, but on the profile page, only that one, we do not get the white border. Is in a faded yellow color.
If instead we mark the options of global configurations in which the web is framed, if a white border appears, but if we do it fluently on large screens we see a yellow border, but as I say, this only happens on the Profile page.
We have seen that the same thing happens in your demo.
I attached some screenshots that I hope will help you understand what I am saying.
Thanks and best regards
July 26, 2018 at 12:44 #1404@themosaurus- 1 Topics
- 1675 Posts
Hi @SiX_Informatics!
First of all, thank you for reporting us this problem.
The white border around the site is not an option but a visual specificity of the Gwangi Spiritual theme.
So you can’t control it via a customizer option.If you want to keep this border but remove the profile page bug, you can use the following CSS code:
/* Fix Spiritual gradient bug */ @media screen and (min-width: 992px) { .buddypress.groups.single-item .entry-content > #buddypress:after, .buddypress.bp-user:not(.activity-permalink) .entry-content > #buddypress:after { top: 15px; right: 15px; bottom: 15px; left: 15px; width: auto; height: auto; } }
Note: This patch will be deployed in the next version of the theme.
If you want to completely remove the border from the site you can use the following CSS code:
/* Hide white border around the site */ body:not(.grimlock--boxed) { padding: 0 !important; } body:not(.grimlock--boxed):after { content: none !important; } body:not(.grimlock--boxed) #buddypress div#item-header #header-cover-image { top: 0; right: 0; bottom: 0; left: 0; } .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).section--full-viewport { top: 0; right: 0; bottom: 0; left: 0; }
Thanks again and let us know if this is helped!
July 26, 2018 at 13:17 #1407 -
AuthorPosts
Hi there,
This topic has been inactive for a while now so we will be closing it to keep the forum tidy. Don't hesitate to create a new topic if you still need help and we'll be glad to help you!
Best regards,
The Themosaurus team.
The topic ‘Background profile’ is closed to new replies.