Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to hide item list tab on site activity


  • charlietech
    Participant

    @charlietech

    I’m using site activity on my homepage but i want to take it off the item list tabs only on that page but make sure it stay in the profile page.

    this is the orginal .item-list-tabs {

    Wouldn’t it be someting like .home-item-list-tabs{ or #home_item-list-tabs{?

Viewing 2 replies - 1 through 2 (of 2 total)

  • Henry
    Member

    @henrywright-1

    Is it possible to provide a link to your site?

    You’d need to find a way of targeting the item-list-tabs element on the homepage. You can usually do this via a parent element that is unique to that page. e.g

    #home .item-list-tabs {

    //stuff

    }

    If I could see your site I could suggest how best to specifically target the homepage

     


    @mercime
    Keymaster

    @mercime

    @charlietech it would be something like
    `body.home div.item-list-tabs {
    display: none;
    }`

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to hide item list tab on site activity’ is closed to new replies.
Skip to toolbar