Category Button

This topic contains 3 replies, has 3 voices, and was last updated by  Kor 4 years ago.

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

Open Support Ticket
  • Author
    Posts
  • #540485

    Ranajeet Katake
    Free User
    Post count: 55

    Hi,
    Please share CSS code to hide “Category Button” on listing page alone as shown in attached image.

    Regards
    Ranajeet

    #540503

    Alex Rollin
    Moderator
    Post count: 27815

    We have example CSS in the Supreme Doc, please try that.

    #540533

    Ranajeet Katake
    Free User
    Post count: 55

    Hi,
    Thanks for reply. I tried to study the CSS code but finding it very difficult. I am not from computer background & trying to learn things on my own. I managed to remove the Category button with below CSS but it is removing from Home page also.

    Could you please share the right CSS.

    .geodir-categories-container ul {
    display:table-column;
    list-style:none !important;
    margin:0;
    min-width:185px;
    padding:0 !important;
    vertical-align:top;
    width:33%;
    }

    Ranajeet

    #540542

    Kor
    Moderator
    Post count: 16516

    Hi Ranajeet,

    Thanks for your reply. You can use the custom CSS code below.

    .single-gd_place .geodir-categories-container {display:none;}
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