Search code examples
htmlcssdrupaldrupal-7

Removing HTML arrows from homepage


Some odd arrows are appearing on my site, you can see them above the heading tag below:

enter image description here

I've tried using Chromes developer tools to find what class/id they are but can't locate them?

You can see them below the fold at: https://www.workbooks.com/

How can I remove these for good!?


Solution

  • Try:

    #homepage-full .node-homepage {
        background: none !important;
    }