Find Answers and Get Support › Forums › Gwangi – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme › Theme Customizer › Appearance › Effect on header image
- This topic has 11 replies, 3 voices, and was last updated 10 months, 1 week ago by
Jason.
-
AuthorPosts
-
@themodactyl
- 0 Topics
- 5752 Posts
Hi Gil,
You can edit this color in Customize > BuddyPress > Profile > Style. Please find the attached screenshot. 🙂
Best,
July 13, 2022 at 09:17 #41528@themodactyl- 0 Topics
- 5752 Posts
Hi Gil,
This is standard design with our theme, I’m afraid.
As this is not breaking the page, changing this is considered customization work. Unfortunately, this is a service that we do not provide.
We only share snippet only to solve issues with our theme. Any further request for CSS snippets will have to be part of a defect that needs to be fixed urgently. No snippets will be shared otherwise.
If you want to go further with the customization of your website, we advise that you hire a freelancer to do it for you.
If you’re on a tight budget, we recommend you to require the services from Fiverr. This web platform gives you access to developers who have already experience with theme customizations, and for very competitive prices.
Thank you for your understanding.
July 16, 2022 at 13:07 #41677gilParticipant@gill49- 32 Topics
- 126 Posts
HI !
Browsing through the forum, I found a topic that gave this solution:/** * Remove black overlay from the profile header cover */ #buddypress:not(.youzer) div#item-header #header-cover-image:before { opacity: 0 !important; } /** * Change cover profil text color */ #buddypress:not(.youzer) div#item-header .profile-header__body { color: #000000; /* Choose the right color */ } /** * Adapt the profile header height */ @media screen and (min-width: 992px) { #buddypress:not(.youzer) div#item-header #header-cover-image { height: 400px !important; } } /** * Make the member profile background transparent. */ .buddypress.groups.single-item .entry-content > #buddypress, .buddypress.bp-user:not(.activity-permalink) .entry-content > #buddypress { background-color: transparent !important; }
This partially solved the problem but the darkening effect still remains when you scroll down.
In addition, the member’s name appears in black (see red box in screenshot).
Have you solutions ?
Thank you againJuly 16, 2022 at 13:51 #41679@themodactyl- 0 Topics
- 5752 Posts
Hi Nick,
In this snippet, there is the text color that needs to be changed. It is the line where it is mentioned
/* Choose the right color */
.To display white color, you need to change
#000000
in#FFFFFF
.Best,
July 18, 2022 at 13:26 #41709gilParticipant@gill49- 32 Topics
- 126 Posts
Ah no, me it’s Gil! lol
I was able to change the color to white, it’s ok.
I searched all over the net and I couldn’t find how to remove the darkening effect of the header when scrolling down.
The problem is that this effect slows down the page enormously on the mobile and also on my pc which is moderately powerful.July 22, 2022 at 18:05 #41763gilParticipant@gill49- 32 Topics
- 126 Posts
I found the line that allows to activate or not the effect on the header.
Can you tell me in which css file it is, so that I remove it because I assure you that it reduces the display on less powerful machines, stp?<div id="header-cover-image" class="element-animated fade-in" style="opacity: 0.0687229;"></div>
July 24, 2022 at 12:53 #41793@themoceratops- 1 Topics
- 421 Posts
Hi Gil,
Can you try adding the following CSS to your site:
/** * Remove profile header opacity change when scrolling */ #buddypress:not(.youzer) div#item-header #header-cover-image { opacity: 1 !important; }
To add this code snippet to your site, we recommend that you paste it to the Custom CSS panel of your WordPress Customizer. Just go to your dashboard and navigate to “Appearance > Customize > Additional CSS”.
Pasting your code snippet there should do the trick for you.Please note that we share snippet only out of courtesy to try to solve the issue. Any further request for CSS snippets will be considered custom work which we do not provide, unless it is required to fix an urgent issue with the theme.
Hope this helps !
Regards,
July 25, 2022 at 10:25 #41796 -
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 ‘Effect on header image’ is closed to new replies.