Our support team is on holiday from January 1st to 7th. Responses may be delayed, but we'll be back on January 8th. Happy Holidays!

Okay
  Public Ticket #2939612
Remove portfolio item title
Closed

Comments

  • PixShake started the conversation

    I would like to remove portfolio item title.

    Cannot find where. Thx

  •  949
    Neuron replied

    Hi,

    The "title" in the screenshot that you've attached is the title of the image on the portfolio item when it is opened on the lightbox, so if you want to remove that, please add the following code at Appearance > Customize > Additional CSS.

    .mfp-title {
        display: none !important;
    }

    Feel free to ask for anything you need.

    Kind Regards