Quickly modifying existing designs

If you want to just tweak an existing design, as long as you are not changing the dimensions of any images, you can do this without too much knowledge of CSS. (If you do have CSS knowledge and you want to dig deeper, see our Sandvox Designers Guide.)

To accomplish this, you have two options. One is very quick; the other takes a bit of time.

CSS Code Injection

If you have Sandvox Pro you can use Code Injection to insert additional code into the header area of a page.

You can add in your own custom CSS code in a <style type="text/css"> ... </style> area, and insert it into the <head> area. You will likely need to refer to the CSS in the design you are overriding.

This would make all "#main h2" (page title) text green:

<style type="text/css">
#main h2 { color:green; }
</style>

Note that this override will add a bit of extra size to each page, so if your changes are extensive, you may wish to instead use the second technique to make your own new design, based on an existing one.

Making a New Design

You can make a copy of an existing design, giving it a new name (and identifier), and then apply your changes to that new design.

Some examples of modified Sandvox designs (not known to be publicly available):

If you want to distribute this changed design, please see the Credits.rtf file embedded within the design.

Warning

Do not replace files inside your Sandvox appliation package; they will be replaced if you update to a new version of Sandvox! Instead, place them in one of the following places:


Please remember, You will need to re-launch Sandvox to have it notice any changes to your installed designs.

Sharing your Design

If your modified design isn't something specific only to your needs, perhaps you could share your design in the spirit that Sandvox designs are shareable. Our design license is here.

How can we improve this page? Let us know.