i want to hide subcategories in widget sidebar . just in widget sidebar i was added in style.css this code
.children { display:none;}
but this code do hide to the threaded comments
what is the way to hide just sub categories in sidebar
|
i want to hide subcategories in widget sidebar . just in widget sidebar i was added in style.css this code
but this code do hide to the threaded comments what is the way to hide just sub categories in sidebar |
||||
|
|
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.
|
You didn't give us markup so I can't know if this is correct but
EDIT: I think you're looking to hide your .commentlist .children correct? Line 1460-1463 of your file are the .children selector. try making each of them
Is this a widget in your sidebar? I can't tell without the markup, you only gave the .css. What is the link to your website? |
|||||||
|