cathegory hide

This topic contains 10 replies, has 2 voices, and was last updated by  Gianluca Mirizio 5 years, 2 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #471432

    Gianluca Mirizio
    Expired Member
    Post count: 61

    Hi there!,
    Just wanted to ask how to hide cathegory from the best of listing widget.
    I have done for homepage but no idea on how to do that on widget.
    many thanks i advance.
    Gianluca

    #471442

    Kor
    Moderator
    Post count: 16516

    Hi Gianluca,

    Thanks for your post. Could you share the URL of the page in question so that we could take a better look at it?

    Thanks!

    #471443

    Gianluca Mirizio
    Expired Member
    Post count: 61
    #471446

    Kor
    Moderator
    Post count: 16516

    Hi Gianluca,

    Thanks for your reply. Where can I find the best of widget that you’d like to remove the category?

    Thanks!

    #471447

    Gianluca Mirizio
    Expired Member
    Post count: 61

    Hi!!!yes it is on the homepage, just below the search field
    Have a look to the attached file.

    #471452

    Kor
    Moderator
    Post count: 16516

    Hi Gianluca,

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

    .geodir-tab-head.geodir-bestof-cat-list{
        display:none!important;
    }
    #471453

    Gianluca Mirizio
    Expired Member
    Post count: 61

    tks it works!!!!!
    quick question, wouyld like to enlarge the title of the post and tried this css code but doesn’t work.
    Any idea?
    H1 {
    font-size: 16 px;
    }
    tks

    #471454

    Kor
    Moderator
    Post count: 16516

    Hi Gianluca,

    Thanks for your reply. Try inserting an “Important” declaration

    H1 {
    font-size: 16px!important;
    }
    #471455

    Gianluca Mirizio
    Expired Member
    Post count: 61

    tried but only enlarge the title of the page not the title of the post.
    What I want to enlarge is the one attached.

    #471598

    Kor
    Moderator
    Post count: 16516

    Hi Gianluca,

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

    body ul.geodir-category-list-view li h2 {
        font-size: 18px;
    }
    #471610

    Gianluca Mirizio
    Expired Member
    Post count: 61

    that
    is
    great!!!!!

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

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

Open Support Ticket