Okay
  Public Ticket #1344743
Removing "view details" in portfolio
Closed

Comments

  • Cody started the conversation

    Hi!

    So I have attached a PDF of the issue if you can please help that would be much appreciated!

    Basically I want to remove the “View details” button that appears when you hover over a portfolio item, so that it disables the link. 

    OR if this cant be done, we need to remove some elements on the subsequent page when they go into the portfolio item.

    PDF attached for reference :)

  •  850
    Jelly replied

    Hi,

    So sorry for late.

    Please add the css code in the path: Appearance -> Theme Editor -> Style.css, please put it in the end of the file:

    .rebirth-works .btn, .infowork.menu-style, .pagination-projects {
        display: none;
    }

    Best Regards,
    Jelly Team