Welcome, Guest ( Customer Panel | Login )




 All Forums
 VPCart Forum
 General help me questions
 How to change Font Styles in tmp_product.htm
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

jmccann
VP-CART New User

United Kingdom
131 Posts

Posted - August 24 2006 :  11:31:16  Show Profile  Visit jmccann's Homepage  Reply with Quote
Hi,

I wish to change font styles for [translate cname] [translate extendeddesc] [pother5] and others within tmp_product.htm that is displayed by shopexd.asp.

I've tried applying CSS styles within shop.css to these page elements, but the actual displayed appearances get overiden by some other formatting and I cant find out where.

Can anyone advise where you change the font appearance for items displayed in this template?

mansoor
Starting Member

USA
4 Posts

Posted - August 26 2006 :  05:43:45  Show Profile  Visit mansoor's Homepage  Reply with Quote
You need to go to the product edit in the control panel, select the contents in the HTML editor and change the font and font size using the editor.
You need to enable the HTML editor by going to product2 given in setup tab of control panel

Mansoor Ali
http://www.shoppershalt.com
Go to Top of Page

ironhawker
VP-CART Super User

USA
260 Posts

Posted - August 31 2006 :  22:22:41  Show Profile  Visit ironhawker's Homepage  Reply with Quote
line 26-27 of temp_product.htm are:
<span class=hdrproduct>[translate cname]</span>
<br>[translate cdescription]
in /stylesheets/shop.css hdrproduct is not listed in the default version:
add this... but do you own colors and sizes

.hdrproduct{
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-style: normal;
font-weight: normal;
}
.hdrproduct a:link{
color: #7321AD;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
font-style: normal;
font-weight: bold;
text-decoration: underline;
width: 100%;
}
.hdrproduct a:hover{
background-color: #EEEFFC;
color: #FF1493;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
font-style: normal;
font-weight: bold;
text-decoration: none;
width: 100%;
}
.hdrproduct a:visited{
color: #A752D8;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
font-style: normal;
font-weight: bold;
text-decoration: underline;
width: 100%;
}


~-~-~-~-~-~-~-~-~-~
Randy "RC" Corn
Institute of Higher Learning

[email protected] 425-828-0738
Go to Top of Page

ironhawker
VP-CART Super User

USA
260 Posts

Posted - August 31 2006 :  22:25:55  Show Profile  Visit ironhawker's Homepage  Reply with Quote
line 26-27 of temp_product.htm are:
<span class=hdrproduct>[translate cname]</span>
<br>[translate cdescription]

The cdescription is controlled by the HTML editor
however there is a class call for [translatecname]
in /stylesheets/shop.css hdrproduct is not listed in the default version:
add this... but do you own colors and sizes

.hdrproduct{
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-style: normal;
font-weight: normal;
}
.hdrproduct a:link{
color: #7321AD;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
font-style: normal;
font-weight: bold;
text-decoration: underline;
width: 100%;
}
.hdrproduct a:hover{
background-color: #EEEFFC;
color: #FF1493;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
font-style: normal;
font-weight: bold;
text-decoration: none;
width: 100%;
}
.hdrproduct a:visited{
color: #A752D8;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
font-style: normal;
font-weight: bold;
text-decoration: underline;
width: 100%;
}


~-~-~-~-~-~-~-~-~-~
Randy "RC" Corn
Institute of Higher Learning

[email protected] 425-828-0738
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000
0 Item(s)
$0.00