The Official Website of AgoraCart and Agora.cgi
AgoraCart.com Demos Download AgoraCart User Manuals & Wiki Gold Members Forum Go Gold Now! Gold Version Memberships

AgoraCart.com

About
Features
Download
Payment Gateways
Send a Donation
Founders Club
BLOG: News & Updates

Showcases & Demos

AgoraCart Demos
Shop Live Stores

Downloads & Add-ons

Gold Version Downloads
DBwizz Database Mgr.
AgoraCart.com Store

Help & Support

User Manuals
Gold Version Users Forum
Gold Version Chat
Tech Support
Certified Agora Pros
Certified Designers
Hire a Freelancer

Gold Version Members

Member Benefits
Join Today!
Gold Members Home
Gold Version Users Forum
Gold Version Chat Rooms
Gold Version Downloads

For Store Owners

Merchant Accounts
Cool Resources
Advertise Here
"Powered by" Logos
Web Hosting Search

Misc.

Contact Us
MEET's Talking Guide
The Ancient Greek Agora






AgoraCart Free User Forums

This is the official FAQ and Cool Tips guide For the AgoraCart shopping Cart software


Official Sponsors of the AgoraCart Project:

       


RegisterSearchFAQLog in
Reply to topic Page 1 of 1
Product Text Color
Author Message
Reply with quote
Post Product Text Color 
i have a black background and no matter what i try in the css i cant change text from black to white ,

i donno what im doing wrong , if anyone has the solution let me know

View user's profile Send private message
Reply with quote
Post  
Please provide a URL to your store.
What have you tried to change text from black to white?
When posting, please be as specific as you can about your issue and what you have already tried to remedy your issue.


_________________
God Bless!
Bonnie - AgoraCart Moderator

Get a Gold Membership
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger ICQ Number
Reply with quote
Post  
http://www.villainsclothing.com/products/villains/agora.cgi?p_id=00004

well lets see , in the CSS i tried changing everything that was set #000000 to #FFFFFF and nothing , tried image-background code and nothing , maybe im just putting it in the wrong places ,

View user's profile Send private message
Reply with quote
Post  
First thing I notice about your site is some HTML coding errors because of the following that is in your header file which MUST be removed:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<link rel="Shortcut Icon" href="http://www.villainsclothing.com/Images/crownicon.ico" />
<title>Villain</title>
<script language="JavaScript">
//-->
</script>



<style type="text/css">
<!--
body {
   background-image: url(http://www.villainsclothing.com/Images/bg23.jpg);
   background-repeat: repeat;
}
.style2 {
   color: #FFFFFF;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 10px;
}


}

.image1 {background-image:url(http://www.villainsclothing.com/Images/bg23.jpg);
   width:972px; height:20px; overflow:none;
   position:absolute; z-index:2; left:0%; top:0%;
   margin-left:0px; margin-top:0px; text-align:center;
}
.style5 {color: #990000}
.style12 {
   color: #FFFFFF;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 9px;
}

.mainbox {background-color:#000000; width:0px; height:0px; align:center; margin-top:95px; border:3px; border-color:#FFFFFF; margin-left:15px;

}

.navbar {background-color:#FFFFFF; width:950px; height:33px; margin-top:0px; margin-left:0px;

}

.sidepic {background-color:#FFFFFF; width:0px; height:0px; margin-top:0px; margin-left: 0px;
}

.style13 {font-size: 24px}
.style15 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; color: #FFFFFF; }

.news {background-color:#000000; color:#FFFFFF; height:0px; width:0px; overflow:scroll; margin-left:0px; margin-top:-0px;

}

-->
</style>
<script src="/Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>

<body>



There is a special box in the Primary/Core settings for your meta tags and links.
The CSS needs to be integrated into the CSS stylesheets that are already there since you have some doubling up of some of the tags...

Also, remove the following from the end of your header file:
Code:
</body>
</html>


I am having a feeling that you are overusing your background image. I would suggest removing it from everywhere except the .body class...

HTH!


_________________
God Bless!
Bonnie - AgoraCart Moderator

Get a Gold Membership
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger ICQ Number
Reply with quote
Post  
im totaly lost ,


but anyways were re designing the site

to intergrate our site html into the shop

whats the best and "easy to understand" to intergrate it

i.e

copy ur meta code from ur site and put it in the css file located in the so and so folder

again thank you for ur time , sorry but were just a bunch of bone heads and were new to this

edit---

also in the item shop it shows

<link rel="stylesheet" type="text/css" href="../../agorastyles.css" media="screen">
<link rel="stylesheet" type="text/css" href="../../agoratemplate.css" media="screen">

how exaclty do i know what directory the css is located it ,

also i see that u can select a template from the primary/core settings , what template should it be set to

and should "number of levels to cssfile be changed from 2 ?

since the store is located @ website.com/products/villains/

View user's profile Send private message
Reply with quote
Post  
It only needs to be set in levels if it is run inside the cgi-bin. Otherwise, you can leave it alone.
The CSS files should be located in the store's main directory.


_________________
God Bless!
Bonnie - AgoraCart Moderator

Get a Gold Membership
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger ICQ Number
Display posts from previous:
Reply to topic Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum