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
additional pages
Author Message
Reply with quote
Post additional pages 
Below the header and above the products is text and link when there is additional pages. Page 1 to 10 NEXT 50 Matches, for example.

I have customized the look and I need to change the background color of the section and need to know what file and where it is located.

I looked in the header and the product page, but can not seem to find where to change it.


<!--END HEADER TABLE-->


<DIV ALIGN=CENTER><table width=526 bgcolor="#f0f0f0">
<tr>

<td align=center><FONT COLOR="#000000">
Found 512 items, showing 1 to 50. &nbsp;&nbsp;
<a href='agora.cgi?cart_id=3349672.3243*FA1t76&next=50&product=Womans+Knockoffs'>Next 50 Matches</a>
</font></td></tr></table>
</DIV>
<CENTER><TABLE BORDER=0 WIDTH=640><TR>
<TD COLSPAN = "3"><HR></TD>
</TR>

View user's profile Send private message
Reply with quote
Post  
in the store>manager>program settings>freeform logic (second box) add this:

$sc_search_nav_font = "COLOR=\"#000000\"";
$sc_search_nav_bgcolor = "\"#f0f0f0\"";
$sc_search_nav_width = "526";

change the font color, width and background color to whatever you want. if using css then you can insert the class or style directly in the store/library/agora_html_lib.pl then change the values above to "". for example...

$sc_search_nav_font = "COLOR=\"\"";
$sc_search_nav_bgcolor = "\"\"";
$sc_search_nav_width = "526";

dan

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