Location of element within code

Hi everyone,

I’m trying to work out which element is styling a section of a page. In the following image, there’s a brown(ish) block behind the red icons:

The code is at the following url:

http://bc-interiordesign-us.businesscatalyst.com

I just wondered if anyone could tell me which element and css is styling that block?

Appreciate any advice.

It’s a background image →

.services {
      background: url(images/service-bkg.png) repeat-x top left;
    }

Though it wouldn’t be too hard to get that effect with straight CSS and maybe a little HTML.

Great - thanks so much. I appreciate it.

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