Hello,
I want to change my add to cart buttons along with a few other things on my site. Through FTP how can I find where the old images were saved?
Hello,
I want to change my add to cart buttons along with a few other things on my site. Through FTP how can I find where the old images were saved?
Also how hard is it to change the background color? I am not good with css and have already read the guide on the tutorials, but can't figure it out for sure.
The buttons are in includes/templates/template_default/buttons/english.
Background of what ?
Try this:
Install the Firefox browser and the Web Developer plugin for Firefox. You can use those to see where in the stylesheet you change the styling of the various page elements.
Ctrl-Shift-Y will allow you to hover over a section of the page and see the class and id names for that section in the box at the top. The statements in the stylesheet that begin with # are id's and the ones that begin with dots are classes.
Ctrl-Shift-E will open the CSS editor and allow you to edit the stylesheet and see the changes in real time without changing anything permanently. An essential tool.
Some prefer Firebug, which does much the same thing.
I will try this, thanks.
My add to cart button is different in my templates folder than it is on my website... any suggestions?