Okay
  Public Ticket #2335538
Remove "Previous/Next Project" texts
Closed

Comments

  •  1
    Nico78160 started the conversation

    Hey guys,

    I was wondering if it was possible to remove the "Previous Project and "Next Project" texts in the Project Page Navigation? (very bottom of the page, on the URL I attached)

    And, if possible, to center in height the names of the projects once the "Previous/Next Project" are gone?

    Thanks a lot!

    Best

  •  3,054
    Andrew replied

    Hi Nico,

    Try the following custom css:

    .previous-project h3 span:first-child, .next-project h3 span:first-child {
        display: none !important;
    }
    

    Hope this helps.

  •   Nico78160 replied privately
  •  3,054
    Andrew replied

    Hi Nico,

    Haven't added anything like that.

    Thanks.

  •   Nico78160 replied privately