Integrity tabs and footer

Hi there,

My site seems to be having these weird triangles in random places while using the Integrity stack. I’m trying to figure out if I did something or not. I notice its some ::after css styling but I don’t know why these are suddenly showing up. What would the best way to get rid of them? Also I notice my left and right borders on the tabs are missing. How would I fix that? See the screenshots below and links to examples.

Hello WebAdmin,

Thanks for writing in!

After further investigation, I found out that CF7 Calculator plugin is causing the issue. To get rid of the arrow, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

body .top::after {
    display: none;
}

Please let us know how it goes.

Ahh okay. Thanks for the assist. I ended up deactivating the plugin as it was something we were just testing. Thanks so much for you help I really appreciate it!

You’re welcome!
We’re glad we were able to help you out.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.