Got that issue solved.
That brings up another little problem. How do I change the size of the Comstock Logo ? I would like to replace that logo with a small banner that I have designed.
Also, how do I change the Tagline that is in the header ???
...and, finally, how do I change the links that are found in the footer of the main page???
I have most of the problems fixed now. One lsat thing is still not right. In the footer, on the far left and far right, the text is not properly centered. To see this, goto www.rchelicraft.com/store.
How can this be corrected. Also, I want to eliminate the Amex, Discovery and Paypal logos. How is this done ??
They are correctly aligned for the comstock template.
each of the elements is set in its own box which is positioned as shown.
open includes/templates/comstock/css/stylesheet.css
find the following declaration and add the highlighted portion
#shopOptions {
display:none;
margin: 10px 0 0 0;
padding: 0;
background: url(../images/options.gif) center center no-repeat;
height: 40px;
}
I don't want to remove all the graphics. I want to keep the VISA and Mastercard graphic and eliminate the Discovery, AMEX and PayPal.
I also want to add a GeoTrust and Interac online graphic in the place of the Discovery and AMEX graphic in the footer.
Clyde..
How can I add the following code to the footer of the template ?
<!-- GeoTrust QuickSSL [tm] Smart Icon tag. Do not edit. -->
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript"
SRC="//smarticon.geotrust.com/si.js"></SCRIPT>
<!-- end GeoTrust Smart Icon tag --> <!-- webbot bot="HTMLMarkup" endspan -->
open includes/templates/comstock/common/tpl_footer.php
find the following section of code and add your script as indicated by the highlight:
<div id="shopOptions">
<!-- GeoTrust QuickSSL [tm] Smart Icon tag. Do not edit. -->
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript"
SRC="//smarticon.geotrust.com/si.js"></SCRIPT>
<!-- end GeoTrust Smart Icon tag --> <!-- webbot bot="HTMLMarkup" endspan --></div>
</div>
Bookmarks