Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1324127
I want to remove the buttons above the portfolio
Closed

Comments

  •  2
    Johnathan started the conversation

    I'm curious how I can remove the buttons that appear above a portfolio element.   I'm working on a local copy of my site and am unable to provide access.

    I have included a screen shot,  there is the title of the portfolio and a button appearing over the images.

    I just want to show the images.

    Thanks for your time

  •  5,055
    Michael replied

    HI!

    pls. use following css:

    .portfilio-top-panel {
        display:none !important;
    }