.tie-indent #categoryIcon {display: none;} will remove the contents of the box with picture above the product info.
.tie {display: none;} would hide the whole top box, but Template Monster's brilliant coding gives the same class to that and the wrapper for the product, so you can't affect one and leave the other without tricky CSS.
will hide the whole top box.Code:.tie {display: none;} .tie+h1+.tie {display: block;}


Reply With Quote



