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

    I checked the screenshot and it seems you want to get rid of the tag or category name from the tage or category page respectively.

    You can do it by adding the below css into your theme’s style.css file

    I would suggest you to do the changes using child theme, so that this change along with any other changes done before or after, remains preserved even after you update the theme.

    .page-header {
        display: none;
    }

    Hope it helps!!

    Thanks

    Thread Starter ajiewp

    (@ajiewp)

    yes thanks Maruti, it work to me

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to remove a title like that I attach this picture’ is closed to new replies.