Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I do not want to edit the .php files. I want to add css code display:none to hide the wording reviews on the product tabs. What is the name I tell css to display: none?

share|improve this question

closed as off topic by s_ha_dum, Wyck, toscho Jan 23 at 18:30

Questions on WordPress Answers are expected to relate to WordPress within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

I answered this on previous post.

ul.tabs li.reviews_tab {display:none;}

share|improve this answer
I tried the css you provided but it did not work. Is there something else that needs to be added? – fodo Jan 24 at 19:14

Not the answer you're looking for? Browse other questions tagged or ask your own question.