Orange overlay on Services

Home Forums Construction Pro/Build Forum Orange overlay on Services

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #215938
    Andrea BaumanAndrea Bauman
    Participant
    • Topics: 1
    • Replies: 0
    • Total: 1
    Member since: February 5, 2024

    I created a services page and then used the short code: [ourservices col=’3′ show=’5′] to create a dynamic grid of services. When I did this a orange vertical rectangle appears when you hover over the services. I haven’t been able to find the coding to remove the orange box. Is there an issue with short code? Or other coding that can remove this rectangle. The website is tuttleconcrete.com. Look at the bottom of the home page or the services page.

    #215942
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .services-box:hover::before {
      display: none !important;
    }

    Regards,
    Dave

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.