php - How to change element.style to none with css on all pages -
guys have website on wordpress want hide reviews tab on product pages, using css hero make changes applies on single page. couldn't find way hide on pages, can changing element.style block none in inspect element, don't know how apply on website. here screenshot of problem
add code 1 of public css exist in pages.
.tab-content.tab-reviews { display:none !important; }
Comments
Post a Comment