Home Forums WoodMart support forum Hide "overview" icon on Project pages

Hide "overview" icon on Project pages

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #49754

    JuliaSan
    Participant

    Hi,
    is there a way of hiding the overview icon on the project pages (see attached file)?
    I am not using the Portfolio template for the overview, and (I guess) therefore
    the overview button leads nowhere when clicked.
    Thanks,
    Julia

    Attachments:
    You must be logged in to view attached files.
    #49799

    Hello,

    In order to hide this element, add this CSS code into Theme Settings > Custom CSS

    .back-to-archive{
    display:none;
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)