Topic Resolution: Resolved
  • Closed
  • JS
    Spectator
    13.03.2016 at 22:11 #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
    14.03.2016 at 01:11 #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
    14.03.2016 at 01:37 #25386

    Thank you, this works perfectly.

    Denzel Chia
    Moderator
    Posts: 2656
    15.03.2016 at 14:58 #25480

    You are welcome!