Topic Resolution: Resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #30236
    andrea.iaboni
    Guest

    I am using the wedge theme and notice that there is a small arrow or triangle shape at the top of each block in the home page. Is it possible to remove this feature somehow?

    Thanks!

    #30237
    support
    Guest

    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!

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘[Resolved] How to remove triangle in wedge theme?’ is closed to new replies.