How do you want to remove the cutout image from the back?
Hello,
It can be removed by writing a custom CSS code, and placing it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
If you need help with writing it, please, let me know, but I will need a link to your website.
Thanks
The web is now offline. I can't provide a link. Can I have a CSS example please?
Please, try the following code:
.chart_box::before { background: none!important; }
Comments
Hello,
It can be removed by writing a custom CSS code, and placing it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
If you need help with writing it, please, let me know, but I will need a link to your website.
Thanks
Please, try the following code:
Thanks