Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

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

  •  4,773
    Michael replied

    HI!

    pls. use following css:

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