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,