Okay
  Public Ticket #254867
Remove info button in Portfolio (Project with external slider)
Closed

Comments

  • jörg started the conversation

    Hello,

    I know that I have to edit

    /sections/portfolio_item_full_screen.php

    for the info button that appears on portfolio pictures (see website). I want it to be gone completeley as I do not need it for that website.

    Please tell me what needs to be removed/added/changed inside the code?

    Thanks

  • Chris replied

    Try this in your custom css

    .info-slide {

    display: none;

    visibility:hidden;}

  • jörg replied

    Thanks! :)