hi, how can I hide the contents from one theme?
e.g. theme =xshop
can we use another name for such CSS or script code?
/* HEIGHT OF HEADER CLONE */
.whb-clone .whb-general-header-inner {
height: 60px;
}
/* HEADER OVERCONTENT */
.xshop-header-overcontent .page-title {
padding-top: 115px;
}
/* HEADER OVERCONTENT WHEN SHOP PAGE TITLE TURN OFF */
.xshop-header-overcontent .without-title.title-shop {
padding-top: 100px;
}
/* HEADER OVERCONTENT ON SINGLE PRODUCT */
.single-product .whb-overcontent:not(.whb-custom-header) {
padding-top: 100px;
}