2010-07-15, 08:22:09
Welcome.
To copy and change the cardinal theme just copy the whole folder \theme\cardinal to \theme\whatever_you_want_to_call_it
In the admin panel choose themes and set the current theme to whatever you have just called it.
Now just edit the new theme files and change whatever you need.
to change the Logo text to an image just change
to
Hope it helps..
Mike.
To copy and change the cardinal theme just copy the whole folder \theme\cardinal to \theme\whatever_you_want_to_call_it
In the admin panel choose themes and set the current theme to whatever you have just called it.
Now just edit the new theme files and change whatever you need.
to change the Logo text to an image just change
Code:
<a class="logo" href="<?php get_site_url(); ?>"><?php get_site_name(); ?></a>
to
Code:
<a class="logo" href="<?php get_site_url(); ?>"><img src="location of your image" alt='alt text' /></a>
Hope it helps..
Mike.