Hi! How can I hide the category description form when there is no category description text (only if there is no text )?
smalir Hi The style code would not be hidden as it is the css part to add border frame. Can you provide the URL of page so i can have a look. Either it can be removed fully or remain same on the both view
Hi, Pankaj!
URL: https://smirnovblog.ru/travels
smalir Hi Add this code in custom css
.category-desc { border: none; padding: 0px; }
Ninja, done! It works as i need! Thank you!
smalir You are welcome!