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
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%; }
Thanks Tom
Thanks Tom
Is that what you were wanting to achieve?
Yes that was exactly what I wanted.
Jim
This question is now closed