Jump to content

Price and Footer


Guest jaztrio

Recommended Posts

Guest jaztrio

First - Is there a way to change the color of the "price" on all products or indent them or something? They are getting lost.

second - How (or can) I add a footer?

Link to comment
Share on other sites

Guest jaztrio

I did read them - sorry for asking! However when I canged the "search" color that worked great but the login colors did not change - it appears to be the same class but the color is still white?

I changed the info in the txtSession spreadsheet - and cant for the life of me figure out why some of the text up there is changed and the other is not

you can see it here: www.all-natural-mommies.com/natrualstore

Link to comment
Share on other sites

You can add a footer in index.tpl. Just add what you want before the last </body> tag. All fonts and colors are defined in the style.css file:

.searchBtn -- The "GO" button for your search box.

.searchBox -- box that you write in for search

.textbox-- The number that shows up in the quantity box from the view cart page

.submit -- The "Join Now" button for mailing list, and the "Add" button for adding product codes to shopping cart.

li.bullet-- little bullets that show up for the catagories

li.bulletLrg -- bullet for "tell a friend"

li.num -- numbers for products in sale and popular products

.txtSession -- text for "Search for" "Welcome Guest" and brackets

.txtCopy-- text in info box "products 2, catagories 1, prices: US dollars"

.txtSiteDocs-- text "subscribe to our mailing list" and "Email"

a.txtSession, a.txtSiteDocs-- "Login" and "Register"

a.txtSession:hover, a.txtSiteDocs:hover-- mouse over for "Login" and "Register"

a.txtButton-- "add to basket" button on product pages, and "buy" and "More" butttons on Catagory pages

a.txtButton:hover-- rollover for "add to basket" button on product pages, and "buy" and "More" butttons on Catagory pages

.txtOldPrice-- This is the price which by default appears with a line struck through when the item is on sale.

.txtSale-- Price that shows on Catagory Page and product page

.txtOutOfStock-- Text that tells a product is out of stock.

.txtSiteDocs, a.txtSiteDocs -- links at bottom of page"about us, contact us . . ."

a.txtSiteDocs:hover-- rollover for links at bottom of page"about us, contact us . . ."

a.txtDefault-- text for categories box "Homepage, sale items", text for products names in Popular Products box and Sale Items box

a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover -- rollover text for categories box "Homepage, sale items", text for products names in Popular Products box and Sale Items box

.txtContentTitle-- Main Titles like "Welcome to Cube Cart" and Catagory Titles

.txtBoxSave-- color of the text in the Sale box that says how much they save

.tblList-- main area on catagory pages where the list of products is

.tdListTitle-- text inside the main area "Image Description Price"

.tdEven-- background color for the first product listed then every other one

.tdOdd-- background color for the second product listed then every other one

.txtCartPrice-- text for dollar amounts that show up in cart box on homepage- per item, items in cart and total prices-

.txtCart -- Text "items in cart" and "Total" in cart box on homepage

.cartTotal-- included dashed line that appears in cart box on homepage

a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited-- text for Products in cart box on home page

a.txtCartProduct:hover-- roll over for text for Products in cart box on home page

a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited -- text for "veiw basket" button in cart box on homepage

a.txtviewCart:hover -- roll over for text for "veiw basket" button in cart box on homepage

.cartProgress -- text inside cart that progresses as you go through check out "Cart--- Address--- Payment --- Complete"

.txtcartProgressCurrent -- this is the text color that shows up for the page that you are on in the progression of the cart, for example when you are on the address page, address is this color and the rest are the color you specified for .cartProgress

.quickBuy-- Inside cart txt that asks " Want to add more items? Enter the Product Code:"

.tdcartTitle -- txt Inside Cart at the top "Qty, Product, Code, Stock, Price, Line Price"

.tdcartEven-- background color for second product inside cart and every other one

.tdcartOdd -- background color for the first product inside cart and every other one

.tdCartSubTotal-- includes line above subtotal

a.txtCheckout-- text and box for "continue" button on cart pages

a.txtUpdate -- text and box for "update cart" button on cart pages

.txtStockWarn-- text for when an item is out of stock

.txtError -- text for when someone messes up while filling out information during cart process

.txtCopyright, a.txtCopyright -- text for Copywrite info at bottom of page

a.txtCopyright:hover-- roll over for Copywrite info at bottom of page

.dropDown-- width of drop downs

Layout.CSS for Classic Skin

body -- entire window attributes

#pageSurround-- large floating window inside window

#topHeader-- top section of page surround

.boxTitleLeft, .boxTitleRight -- top area of boxes in left and right columns where title appears

.boxContentLeft, .boxContentRight-- main area of boxes in left and right columns

.colLeft -- left column attributes or positioning

.colMid -- middle large column attributes or positioning

.colRight-- right column attributes or positioning

.boxContent-- middle columns box (where to change colors, background, borders, and some text)

.colLeftCheckout -- check out pages positioning for left column

.colMainCheckout -- checkout pages positioning for main column

.siteDocs -- positioning and attributes for box at bottom that contains "About Us | Contact Us | Privacy Policy | Terms & Conditions"

.pagination -- main large box on catagory pages

.regSep-- the "need to register?" box in checkout

Link to comment
Share on other sites

Guest jaztrio

You can add a footer in index.tpl. Just add what you want before the last </body> tag. All fonts and colors are defined in the style.css file:

.searchBtn -- The "GO" button for your search box.

.searchBox -- box that you write in for search

.textbox-- The number that shows up in the quantity box from the view cart page

.submit -- The "Join Now" button for mailing list, and the "Add" button for adding product codes to shopping cart.

li.bullet-- little bullets that show up for the catagories

li.bulletLrg -- bullet for "tell a friend"

li.num -- numbers for products in sale and popular products

.txtSession -- text for "Search for" "Welcome Guest" and brackets

.txtCopy-- text in info box "products 2, catagories 1, prices: US dollars"

.txtSiteDocs-- text "subscribe to our mailing list" and "Email"

a.txtSession, a.txtSiteDocs-- "Login" and "Register"

a.txtSession:hover, a.txtSiteDocs:hover-- mouse over for "Login" and "Register"

a.txtButton-- "add to basket" button on product pages, and "buy" and "More" butttons on Catagory pages

a.txtButton:hover-- rollover for "add to basket" button on product pages, and "buy" and "More" butttons on Catagory pages

.txtOldPrice-- This is the price which by default appears with a line struck through when the item is on sale.

.txtSale-- Price that shows on Catagory Page and product page

.txtOutOfStock-- Text that tells a product is out of stock.

.txtSiteDocs, a.txtSiteDocs -- links at bottom of page"about us, contact us . . ."

a.txtSiteDocs:hover-- rollover for links at bottom of page"about us, contact us . . ."

a.txtDefault-- text for categories box "Homepage, sale items", text for products names in Popular Products box and Sale Items box

a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover -- rollover text for categories box "Homepage, sale items", text for products names in Popular Products box and Sale Items box

.txtContentTitle-- Main Titles like "Welcome to Cube Cart" and Catagory Titles

.txtBoxSave-- color of the text in the Sale box that says how much they save

.tblList-- main area on catagory pages where the list of products is

.tdListTitle-- text inside the main area "Image Description Price"

.tdEven-- background color for the first product listed then every other one

.tdOdd-- background color for the second product listed then every other one

.txtCartPrice-- text for dollar amounts that show up in cart box on homepage- per item, items in cart and total prices-

.txtCart -- Text "items in cart" and "Total" in cart box on homepage

.cartTotal-- included dashed line that appears in cart box on homepage

a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited-- text for Products in cart box on home page

a.txtCartProduct:hover-- roll over for text for Products in cart box on home page

a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited -- text for "veiw basket" button in cart box on homepage

a.txtviewCart:hover -- roll over for text for "veiw basket" button in cart box on homepage

.cartProgress -- text inside cart that progresses as you go through check out "Cart--- Address--- Payment --- Complete"

.txtcartProgressCurrent -- this is the text color that shows up for the page that you are on in the progression of the cart, for example when you are on the address page, address is this color and the rest are the color you specified for .cartProgress

.quickBuy-- Inside cart txt that asks " Want to add more items? Enter the Product Code:"

.tdcartTitle -- txt Inside Cart at the top "Qty, Product, Code, Stock, Price, Line Price"

.tdcartEven-- background color for second product inside cart and every other one

.tdcartOdd -- background color for the first product inside cart and every other one

.tdCartSubTotal-- includes line above subtotal

a.txtCheckout-- text and box for "continue" button on cart pages

a.txtUpdate -- text and box for "update cart" button on cart pages

.txtStockWarn-- text for when an item is out of stock

.txtError -- text for when someone messes up while filling out information during cart process

.txtCopyright, a.txtCopyright -- text for Copywrite info at bottom of page

a.txtCopyright:hover-- roll over for Copywrite info at bottom of page

.dropDown-- width of drop downs

Layout.CSS for Classic Skin

body -- entire window attributes

#pageSurround-- large floating window inside window

#topHeader-- top section of page surround

.boxTitleLeft, .boxTitleRight -- top area of boxes in left and right columns where title appears

.boxContentLeft, .boxContentRight-- main area of boxes in left and right columns

.colLeft -- left column attributes or positioning

.colMid -- middle large column attributes or positioning

.colRight-- right column attributes or positioning

.boxContent-- middle columns box (where to change colors, background, borders, and some text)

.colLeftCheckout -- check out pages positioning for left column

.colMainCheckout -- checkout pages positioning for main column

.siteDocs -- positioning and attributes for box at bottom that contains "About Us | Contact Us | Privacy Policy | Terms & Conditions"

.pagination -- main large box on catagory pages

.regSep-- the "need to register?" box in checkout

My designer just said to say a HUGE HUGE HUGE thank you to you for posting this!!!

So thanks a ton!

Link to comment
Share on other sites

  • 2 weeks later...
Guest jaztrio

Well we tried it - it worked - though it changed the price with in the "check out area" not the "price" within the discription of the products - any further ideas?

Link to comment
Share on other sites

Guest hardnut33

I'm not sure if this is what you want but try changing colour value here..

skins/?????/styleSheets/layout.css

.boxContent {

border-top: 3px solid #CFE3F5;

border-right: 1px solid #cccccc;

border-bottom: 1px solid #cccccc;

border-left: 1px solid #cccccc;

padding: 3px;

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

font-size: 75%;

color: #333333;

margin-bottom: 5px;

}

change the above color: #333333; to a different color and see if that makes a difference...

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