Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2798712
My account have an issue
Closed

Comments

  • lekimcuc started the conversation

    Hi Team, 

    When I create a category on menu table, I will see the word" CATEGORY" and all description on our website. It seems this is a bug . Please help us check it and let me know


    Many thanks

  •  2,495
    PenciDesign replied

    Hi,

    This is not a bug, this is a feature. Please go to Appearance > Customize > Quick Text Translation, find Text: "Category:", and you can delete this text.

    Best Regards,
    PenciDesign.

  • lekimcuc replied

    Thank you so much for your support. 

    There is still the description, How can I delete or hide it please ? 

  •  2,495
    PenciDesign replied

    Hi,

    Please go to Appearance > Customize > Custom CSS, then add the custom CSS code:

    .post-entry.penci-category-description.penci-archive-description {
        display: none;
    }
    Best Regards,
    PenciDesign.

  • lekimcuc replied

    Hi, 

    It still not work when i add your code as below. Please check it at the attached file 

  •  2,495
    PenciDesign replied

    Hi,

    Please modify CSS like this:

    .post-entry.penci-category-description {
        display: none;
    }

    Best Regards,
    PenciDesign.

  • lekimcuc replied

    Thank you so much

    It works well now.