Okay
  Public Ticket #1752278
hiding link to category archive
Closed

Comments

  •  5
    dadadadada started the conversation

    Hi,

    Is it possible to hide the link (four little squares) between next and previous project navigation on single project page?

    Can I have just previous project and next project, but not the link to the category archive / thumbnails?

    Thank you!

    David

  • [deleted] replied

    Hi David,

    Please add the code below to your Custom CSS area:

    a.back-to-portfolio {
        display: none;
    }

    Have a great weekend!