Lynnbird:
Is it possible to change the color of the skin from red to blue and if so, how do I go about it? My site banner and background clash. Also, I would like to be able to extend the site banner to entirely fill the horizontal space available. Current limit doesn't allow this. Note that I have no experience in PHP coding, only HTML, and that pre-HTML 5
You can change the colors via the ACP > Skins > Styles tab for the SoloArtist skin.
And to make the image stretch 100% across the scree, go to your ACP > Skins > Templates tab and modify the header.tpl. Find this code:
<a href="{$jamroom_url}" title="{$_conf.jrCore_system_name}">{jrCore_image image="logo.png" class="img_scale" alt=$_conf.jrCore_system_name style="max_width:1140px;"}</a>
and change it to this:
<a href="{$jamroom_url}" title="{$_conf.jrCore_system_name}">{jrCore_image image="logo.png" class="img_scale" alt=$_conf.jrCore_system_name style="width:100%;"}</a>
Hope this helps!
--
Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos