Thanks for the quick reply.
I have already tried the display: none function and it doesn’t seem to work, i can’t figure out why.
The visibility: hidden works just as well for what i need (so far).
I don’t know if this thread is still active or not but i’ve found a solution.
Setting the “show_linkbutton” to “off” doesn’t seem to work for me.
BUT: you can add the following line of CSS to the “/portfolio-gallery/style/portfolio-all.css”
.button-block {
visibility: hidden;
}
That will remove the button.