Hi
How do you add css to the product info page?
What about javascript can that be added ( I forgot I reason why you would )?
The add to cart button how do you move that?
Hi
How do you add css to the product info page?
What about javascript can that be added ( I forgot I reason why you would )?
The add to cart button how do you move that?
You don't exactly add CSS to the product info page. You find tags (IDs, classes, img or a links...) in the code for the page, and change or add declarations in your stylesheet.css to affect them. It is possible to add new tags to the code if there is none available to work on.
Javascript can be added. Look at some of the existing examples to guide you.
Admin > Catalog > Product Types > Product-General > edit layout and most elements can be moved. It is also possible to move many elements using CSS.
For example how do i get the tags for combo boxes or the cart buttons in the prod info page. From there I can change in a style sheet?
Ok If i set a background color to a prod info page, I set a <div> at top and bottom on information in product information page. I set the color easy enough but it ony appears in the description and not the whole prod content page.
I am still lokking butI want the whole prod info page to look as a 1 block of background color.
Try a view source on your page. You will see
<div class="centerColumn" id="productGeneral">
above the product info section. That class or ID would be a place to hang styling in your stylesheet.
I suggest you get the Firefox browser and its Web Developer extension. That will allow you to see and manipulate many aspects of your site. Try the Outline > Outline current element button, or Information > Display element information. CSS > Edit CSS will allow you to see effects of stylesheet edits instantly.
I thought you just edit the stylesheet.css in your customs folder?
I know what you are saying as I am setting the style for every prod info page, as I modify that page with the id under where the page starts.
That file when I page source isn't a single file is it , as it is pulled from a collection of files.