Home Forums WoodMart support forum Disable (Tag page titles & bread crumbs)

Disable (Tag page titles & bread crumbs)

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #75326

    xblekx
    Participant

    Greetings i would like to hide titles & bread crumps on from tag pages.

    http://prntscr.com/kq18xk

    Tried CSS command

    }
    .tag-76 .entry-title,
    display: none!important;
    }

    But it hides all blog post titles – from tag page which is not my goal.

    #75350

    Hello,

    It is not possible. You can try using the class .tag-blogy like this

    .tag-blogy  .entry-title,
    display: none!important;
    }

    But I do not guarantee the result. You can either have the title on all tag pages or hide on all

    Best Regards

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