Supreme Directory – popular categories

This topic contains 3 replies, has 2 voices, and was last updated by  Paolo 8 years ago.

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

Open Support Ticket
  • Author
    Posts
  • #171143

    Sam
    Buyer
    Post count: 172

    Hi,

    I do really like the “popular categories” section under the search function. My question is, how do I change “popular categories” to “popular specialities”? And, how do i turn it off on the mobile version?

    Thanks!

    #180058

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    any text string can be changed via translation file. http://docs.wpgeodirectory.com/translate-core/

    To hide them on mobile add this to gd > design > scripts > custom css:

    
    
    @media all and (max-width: 375px) {
    .sd .featured-area .geodir-category-list-in {
        display: none;
    }
    }

    Let us know how you went,

    Thanks

    #180163

    Sam
    Buyer
    Post count: 172
    This reply has been marked as private.
    #180165

    Paolo
    Site Admin
    Post count: 31206

    You are welcome 🙂

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

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

Open Support Ticket