Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #239943

    Hi,
    I’ve got an issue in custom post types with displaying ‘no category’ in pp_description class div like:

    <p class="pp_description" style="display: block;">red flower / No category</p>

    The taxonomy is already chosen.

    But is there the way to remove this category/taxonomy from that div please?

    Thanks.

    #240307

    Hey motylanogha!

    Please add following code to Quick CSS

    .pp_description { display: none; }

    Cheers!
    Yigit

    #240344

    HI
    Yigit, but I WANT the title to appear there.

    I just don’t want the category or whatever it is, to appear right after a slash mark.

    Thanks..

    #240518

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #240626
    This reply has been marked as private.
    #240896
    This reply has been marked as private.
    #240900
    This reply has been marked as private.
    #240967

    Hi!

    Please add this on Quick CSS or custom.css to remove the lightbox description:

    .pp_description {
    display: none !important;
    }

    Regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.