- This topic has 3 replies, 3 voices, and was last updated 5 years, 10 months ago by .
The topic ‘Homepage Profile Search Form’ is closed to new replies.
Support only during business hours : Monday to friday, from 8:30 am – 5:30 pm CEST
Be sure we're doing our best to manage your topic as soon as possible.
Find Answers and Get Support › Forums › Gwangi – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme › Popular Features › Member Profile Search › Homepage Profile Search Form
Respected,
I’m interested in what is the colorful border around the Profile Search Form on the Front Page and how do I remove it?
Greetings.
Hi @romoamer,
To change this, simply add the following code snippet to your website:
/* Remove Hero border form */
.grimlock-hero.region--12-cols-center-boxed .section__content:before {
content: none;
}
/* Or Change color for the Hero border form */
/* You can control the opacity of the border with the « opacity » line (0 > 1, where 0.5 is the half) and the color with the « background » line (with hexadecimal value). */
.grimlock-hero.region--12-cols-center-boxed .section__content:before {
background: #f5bf33;
background-image: none;
background-blend-mode: normal;
opacity: 1;
}
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.
Regards,
Okay, I solved that.
Thank you.
The topic ‘Homepage Profile Search Form’ is closed to new replies.
You're trying to setup your theme but you're experiencing errors when importing the demo content? Or you've just followed the setup guide but your website doesn't look exactly like our demo? These are common issues for which you can find easy and quick fixes.
Feel free to review our theme on Themeforest! It helps us making our products more known to new potential customers, which allow us more time to improve the quality and develop new features. #SharingIsCaring ❤️
Add powerful matching features like Member likes, skips, super likes, conditional private messaging and much more.
To unleash the full power of your Cera or Gwangi theme, we have partnered with the Zipline team. Your community website can now be fully setup and turned into your very own custom app for iOS and Android.
Whether you've newly acquired the theme or already got your site up and running, Zipline got you covered. And we got you an incredible discount.



