Jump to content

Dumb Founded!!


Guest marline

Recommended Posts

Guest marline

I'm trying to change all the text to black but only some of the text is changing! I thought if the text was all in the same area and if I set it to black it would all change but only a few of the catogories lines change and all the others stay off white!

Link to comment
Share on other sites

Guest marline

I'm trying to change all the text to black but only some of the text is changing! I thought if the text was all in the same area and if I set it to black it would all change but only a few of the catogories lines change and all the others stay off white!

I forgot to mention that a screen shot is attached, and the skin is killer!!

Link to comment
Share on other sites

Guest webicon

Can you post your style.css sheet for us. I'm afriad the screenshot doesn't really tell us anything.

My first thought is that if SOME of the text is displaying correctly, then you have something else in the stylesheet that is causing the rest of the text not to follow suit.

Perhaps you have the visited state a different colour?

Link to comment
Share on other sites

Guest marline

Can you post your style.css sheet for us. I'm afriad the screenshot doesn't really tell us anything.

My first thought is that if SOME of the text is displaying correctly, then you have something else in the stylesheet that is causing the rest of the text not to follow suit.

Perhaps you have the visited state a different colour?

Here it is! Thank you for taking a look, i'm about to pull my hair out!!

.searchBtn { color: #ffffff; font-size: 75%; font-family: Arial, Helvetica, sans-serif; background-color: #f30; width: 30px; height: 20px; border: solid 1px #666666 }

.searchBox { color: #fff; font-size: 75%; font-family: Arial, Helvetica, sans-serif; background-color: #ffffff; border: solid 1px #666666 }

.textbox {

background-color: #E0F0FF;

border: 1px solid #000000;

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

font-size: 11px;

color: #000000;

}

.textboxDisabled {

background-color: #FFFFFF;

border: none;

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

font-size: 11px;

color: #000000;

}

.submit {

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

color: #FFFFFF;

background-color: #070F72;

border: none;

height: 18px;

font-weight: bold;

border: 1px solid #070F72;

}

form, ol, ul {

margin: 0px;

padding: 0px;

}

li {

list-style-position: inside;

margin: 0px;

padding: 0px;

}

li.bullet {

list-style-type: square;

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

font-size: 75%;

color: #000000;

}

li.bulletLrg {

list-style-type: square;

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

font-size: 100%;

color: #000000;

}

li.num {

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

font-size: 75%;

color: #000000;

}

li.account {

list-style-type: square;

padding-top: 5px;

padding-bottom: 5px;

}

.txtSession, .txtCopy, .txtSiteDocs { color: #000000; font-size: 75%; font-family: Verdana, Arial, Helvetica, sans-serif }

a.txtSession, a.txtSiteDocs { color: #000000; font-size: 75%; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }

a.txtSession:hover, a.txtSiteDocs:hover { color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline }

a.txtButton {

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

font-weight: bold;

color: #FFFFFF;

background-color: #070F72;

padding: 2px;

line-height: 20px;

text-align: center;

text-decoration: none;

}

a.txtButton:hover {

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

font-weight: bold;

color: #FFFFFF;

background-color: #FF9900;

padding: 2px;

line-height: 20px;

text-align: center;

text-decoration: none;

}

.txtOldPrice {

text-decoration: line-through;

}

.txtSale {

color: #FF0000;

}

.txtOutOfStock {

color: #FF0000;

}

.txtSiteDocs, a.txtSiteDocs { color: #000000; font-size: 75%; font-family: Arial, Helvetica, sans-serif; text-decoration: none }

a.txtSiteDocs:hover {

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

font-size: 75%;

color: #FF6600;

text-decoration:none;

}

.txtDefault, a.txtDefault, a.txtLink, a.txtLocation { color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }

a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {

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

color: #FF6600;

text-decoration:none;

}

.txtContentTitle {

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

font-size: 120%;

font-weight: bold;

color: #0672CC;

}

.txtBoxSave {

color: #F90707;

padding-left: 16px;

}

.tblList {

border: 1px solid #070F72;

}

.tdListTitle { color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-weight: bold; background-color: #000 }

.tdEven {

background-color: #FFFFFF;

}

.tdOdd {

background-color: #EBEDFE;

}

.txtCartPrice {

float: right;

color: #FF0000;

padding-right: 3px;

}

.txtCart { color: #fff; font-size: 75%; font-family: Arial, Helvetica, sans-serif }

.cartTotal {

border-top: 1px dashed #070F72;

width: 153px;

padding-top: 2px;

margin-top: 3px;

}

a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited {

text-decoration: none;

color: #000000;

}

a.txtCartProduct:hover { color: #f30; text-decoration: none }

a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited { color: #ffffff; font-size: 75%; font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none; background-color: #f30; padding: 2px; border: solid 1px #000000 }

a.txtviewCart:hover { color: #ffffff; background-color: #333 }

.cartProgress {

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

font-weight: normal;

color: #666666;

padding: 4px;

border: 1px solid #CCCCCC;

width: 350px;

margin: auto;

}

.txtcartProgressCurrent {

color: #FF9900;

font-weight: bold;

}

.quickBuy {

text-align: center;

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

color: #666666;

}

.tdcartTitle { color: #ffffff; font-weight: bold; background-color: #fff; border-bottom: 1px solid #666666 }

.tdcartEven {

background-color: #EBEDFE;

}

.tdcartOdd {

background-color: #FFFFFF;

}

.tdCartSubTotal {

padding-top: 10px;

border-top: 1px solid #666666;

}

a.txtCheckout {

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

font-weight: bold;

color: #FFFFFF;

background-color: #66CC33;

text-decoration: none;

font-weight: bold;

padding: 2px;

border: 1px solid #000000;

}

a.txtUpdate {

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

font-weight: bold;

color: #FFFFFF;

background-color: #FF9900;

text-decoration: none;

font-weight: bold;

padding: 2px;

border: 1px solid #000000;

}

.txtStockWarn {

font-size: 75%;

color: #FF0000;

}

.txtError {

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

font-weight: bold;

color: #050F72;

background-color: #FFCECE;

border: 1px solid #FF0000;

padding-top: 2px;

padding-right: 2px;

padding-bottom: 2px;

padding-left: 2px;

}

.txtCopyright, a.txtCopyright { color: #fff; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: center; padding-top: 5px }

a.txtCopyright:hover {

text-decoration: none;

}

.dropDown {

width: 120px;

}

a:link { color: #ccc; text-decoration: none }

Link to comment
Share on other sites

Guest webicon

OK straight away I see at the bottom an a:link colour (which is the colour in the leftbar links) overiding the bullet style - I'm going to amend this file with correct states and PM it to you...

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