Jump to content

Text Color on Registration Form Classic Skin


Guest Seabatt

Recommended Posts

Guest Seabatt

I've searched entire forum, would appreciate some assistance,

I just need to know what to edit for changing the text color on

the customer registration form on the Classic Skin.

Thank You,

Sea

Link to comment
Share on other sites

In style.css, the ".textbox" defines the color of the text entered in textbox form fields. But for the form filed legends (the text that identifies what is to be entered into the form), I think it defaults to nothing specified. So, if you want something specific for the reg form legend text, then in the file:

\skins\Classic\styleTemplates\content\reg.tpl at about line 11, add id="regTable" inside the table tag. Then in the style.css file, add:

.regTable td {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #000000;

}

See what happens.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...