I have a back button I would like to remove
http://www.ampmgraphics.com/demo/ind...page=portfolio
Not sure why it is showing there?
How can I delete this from this page? or at least move it?
Thanks
I have a back button I would like to remove
http://www.ampmgraphics.com/demo/ind...page=portfolio
Not sure why it is showing there?
How can I delete this from this page? or at least move it?
Thanks
Any ideas? This is still showing![]()
In your custom CSS file (/includes/templates/CUSTOM/css/stylesheet.css), you could add the following:
#about_us a+a { display: none;}
That will cause the button image to not display.
Thank you! that did it![]()