How to remove the image block from the search results

Where do I go to remove the image block at the top of the results page http://www.cellar2door.com/index.php…/result/?q=Red

Thanks

4 answers

Profile photo of tomc 0.00 $tone September 26, 2014
Public

That is the JM Masshead position.

If you don’t want it to display anywhere on your site, you can simply add a "display: none;" property to the applicable CSS rule -- as follows:

File path —> /skin/frontend/default/jm_travelgear/css/styles.css
Line 3159:

Code:

.jm-masshead {
    background-size: 100% 100%;
    display: none;
    float: left;
    margin-bottom: 0;
    min-height: 210px;
    position: relative;
    width: 100%;
}
#1

This question is now closed

Written By

Comments