Topic Resolution: Resolved
  • Closed
  • JS
    Spectator
    March 13, 2016 at 10:11 pm #25382

    Hello, I have about ~250 product pages for which I would like to hide the title bar text (I want to keep the title bar and breadcrumbs, just want to remove the text). I know that this can be done individually on each page, but that will obviously take a long time.

    Is there a way to set this as a global option, perhaps with custom CSS?

    Thank you 🙂

    Denzel Chia
    Moderator
    Posts: 2656
    March 14, 2016 at 1:11 am #25385

    Hi,

    Please use the following in Theme Options -> Custom CSS

    .page-title-captions .entry-title {
    display: none !important;
    }

    Thank you

    JS
    Spectator
    Posts: 27
    March 14, 2016 at 1:37 am #25386

    Thank you, this works perfectly.

    Denzel Chia
    Moderator
    Posts: 2656
    March 15, 2016 at 2:58 pm #25480

    You are welcome!