Hide listings under certain packages from front end

This topic contains 2 replies, has 2 voices, and was last updated by  gnhinc 4 years, 1 month ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #537492

    gnhinc
    Full Member
    Post count: 32

    We are trying to hide listings under certain packages from displaying on the front end of the directory.

    How would we go about doing this, Thank you

    #537514

    Alex Rollin
    Moderator
    Post count: 27815

    That will require custom CSS and may leave gaps in loop or gd listings output

    
    
    
    /*Hide package ID 23*/
    .gd-post-pkg-23 {
        display:none!important;
    }
    

    Change the ID to match the package you want to hide.

    #537550

    gnhinc
    Full Member
    Post count: 32

    Ty …looks like this is working fine so far

Viewing 3 posts - 1 through 3 (of 3 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket