Thank you for contacting us, we are happy to answer any questions you have about using your BoldGrid website!
The triangle under the Call to Action section in the Wedge theme is hardcoded into the stylesheet for that theme and cannot be removed using the Visual editing tools. However you can remove it by using Custom CSS code in the Customizer. Here is the code you can use to get rid of it:
.entry-content .bgtfw .container-fluid::before,
.entry-content .bgtfw .container-fluid::after {
display: none;
}
Please let us know if there is anything else that we can do to assist you, we are always happy to help!