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

enter image description here

add code 1 of public css exist in pages.

.tab-content.tab-reviews {     display:none !important; } 

Comments

Popular posts from this blog

javascript - Replicate keyboard event with html button -

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

Ansible warning on jinja2 braces on when -