I do not want the small background images that appear in the "panel first" columns. I have tried setting the region and block settings to "raw" but they still appear. Also I don't like the hovering behavior in those regions. I can easily comment out the images, but have had trouble figuring where in the css files to change the hovering in those regions.

I could swear that on an earlier test with this theme, I got these blocks to display without these features, but in this instance, I am having no luck. I have tried clearing cache, etc.

Comments

mattrweaver’s picture

Issue summary: View changes
jessmagz’s picture

The location on the CSS file is this:
sites/all/themes/tb_sirate/css/blocks.css

You can edit the CSS that controls the images in the panel blocks... It is
#panel-first-wrapper .block-inner:hover on line 343 and the lines below that is where you can comment out the images...