Jump to content

Changing Text, Link, & Background Colors?


Guest James Walsh

Recommended Posts

Guest James Walsh

I'm really new to this whole thing. I understand exactly how to change the backing graphics but I do not know how to change the tables and text and link colors.

Mys tore sits at www.WrestlingEpicenter.com/storefront/

I am trying to change its graphics to look more like my main site, www.WrestlingEpicenter.com. This means I'd like a dark gray background with white text and blue links. I can handle the orange graphics.

Which file do I need to go to in order to make this happen? I know HTML but have never dealt with PHP in this way before.

Link to comment
Share on other sites

Guest James Walsh

Yes, but where are these files? In which folder?

SkinName/StyleSheets/

You should also consider reading the pinned posts :)

Okay, I, for the most part, have it. The only thing I don't have down pat is how to change the link colors.

I really appreciate this. I will be playing with it to get it to look the best it can. But, I want you to know it is very appreciated.

Link to comment
Share on other sites

Guest Scorpion

Yes, but where are these files? In which folder?

SkinName/StyleSheets/

You should also consider reading the pinned posts ;)

Okay, I, for the most part, have it. The only thing I don't have down pat is how to change the link colors.

I really appreciate this. I will be playing with it to get it to look the best it can. But, I want you to know it is very appreciated.

Look in style.css for any entries that begin with a. for example -

a.txtSiteDocs {

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

	font-size: 70%;

	color: #AE8557;

	text-decoration: none;

}

a.txtSiteDocs:hover {

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

	color: #AE8557;

	text-decoration: underline;

}

a.txtButton {

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

	font-weight: bold;

	color: #F3F0DE;

	background-color: #AE8557;

	padding: 2px;

	line-height: 20px;

	text-align: center;

	text-decoration: none;

	text-size: 12px;

}

Note these are not the standard colours as i have took the css entrie staight from a cart im workin on

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...