Change Base Color On Solo Artist Skin

Lynnbird
Lynnbird
@lynnbird
10 years ago
56 posts
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
jpg
 •  243KB


updated by @lynnbird: 11/22/14 03:38:58PM
douglas
@douglas
10 years ago
2,790 posts
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
Lynnbird
Lynnbird
@lynnbird
10 years ago
56 posts
The header.tpl will be easy, thanks for the tip! However, when I go into the http://hypnoticsoundscapes.com/core/skin_admin/style/skin=jrSoloArtist URL, I'm not given the option to change the red framing which holds such things as the menu links and frames the site banner and the audio players. I have a screenshot but can't post it to this reply; all I can change is the body background and the font color and those are fine as they are.
brian
@brian
10 years ago
10,148 posts
Lynnbird:
The header.tpl will be easy, thanks for the tip! However, when I go into the http://hypnoticsoundscapes.com/core/skin_admin/style/skin=jrSoloArtist URL, I'm not given the option to change the red framing which holds such things as the menu links and frames the site banner and the audio players. I have a screenshot but can't post it to this reply; all I can change is the body background and the font color and those are fine as they are.

To post a screenshot, after you've created your reply here in the forum hover your mouse over your post and you'll see a "gear" icon appear - click that and you can attach an image or file ;)

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net

Tags