solved How to change the background color? Sage skin

Deb W.
Deb W.
@deb-w
8 years ago
136 posts
Can you tell me where I would go to change the background color of our site? We are using the Sage skin and we would like to change the color in the background, behind the "box" if you know what I mean. It's currently gray. see the attached screenshot.
updated by @deb-w: 01/19/17 07:58:39AM
michael
@michael
8 years ago
7,714 posts
Thats on line 18 of
/skins/jrSage/css/html.css

and looks like this
background:#EFF5EF url('{$jrSage_img_url}/bckgrd.png');

Change that #EFF5EF to the color you want. Its not accessible via the STYLE editor otherwise you would find it here:
YOUR-SITE.com/core/skin_admin/style/skin=jrSage/file=admin_log.css/section=simple?search_string=body

It will be accessible there in the next version of sage.
Deb W.
Deb W.
@deb-w
8 years ago
136 posts
Hmmm.... I get a page that includes all the coding but that I can't edit. I see where the spot is that I should change, but I can't do anything with it. Maybe I should send this through a ticket so you can see what I mean?
updated by @deb-w: 10/19/16 09:56:48AM
paul
@paul
8 years ago
4,326 posts
Not sure what you mean. Do you have that file open in a text editor?


--
Paul Asher - JR Developer and System Import Specialist
Deb W.
Deb W.
@deb-w
8 years ago
136 posts
paul:
Not sure what you mean. Do you have that file open in a text editor?

Sorry, Paul, that's not something I know how to do....
paul
@paul
8 years ago
4,326 posts
So what are you doing when you say above "I get a page that includes all the coding but that I can't edit"?


--
Paul Asher - JR Developer and System Import Specialist
Deb W.
Deb W.
@deb-w
8 years ago
136 posts
I added /skins/jrSage/css/html.css onto the end of my site's URL and then I see the coding. But then I don't know what to do with it.

Sorry I really am not a web designer or coder.... but willing to learn whatever I need to as I go along.
paul
@paul
8 years ago
4,326 posts
With you. You're looking at it in your browser then, which is not an editor!!
To do this now, you're going to need to get into SFTP so that you can edit the file directly on your server - https://www.jamroom.net/the-jamroom-network/documentation/jamroom-hosting/2552/connecting-to-your-server-using-sftp
That may be a bit complex, so you might be better waiting for the next skin release so that it can be done it the skin's style editor, as Michael indicated.


--
Paul Asher - JR Developer and System Import Specialist
Deb W.
Deb W.
@deb-w
8 years ago
136 posts
paul:
With you. You're looking at it in your browser then, which is not an editor!!
To do this now, you're going to need to get into SFTP so that you can edit the file directly on your server - https://www.jamroom.net/the-jamroom-network/documentation/jamroom-hosting/2552/connecting-to-your-server-using-sftp
That may be a bit complex, so you might be better waiting for the next skin release so that it can be done it the skin's style editor, as Michael indicated.

Thanks, Paul - that's what I was guessing.... And you're right! Do you know when the next skin release is going to be? We are using Sage for the new site we're setting up and we hope to go live next week with it.
paul
@paul
8 years ago
4,326 posts
Michael will be around soon. Not sure what other changes he might have made or if the skin can be released yet, so maybe he will comment here.


--
Paul Asher - JR Developer and System Import Specialist
paul
@paul
8 years ago
4,326 posts
Thought - What colour do you want the background? You are running a cloned version of Sage so I could patch it in for you.


--
Paul Asher - JR Developer and System Import Specialist
Deb W.
Deb W.
@deb-w
8 years ago
136 posts
I think we want this color #615551 - not sure if that's exactly it until we see it though.
paul
@paul
8 years ago
4,326 posts
Try that


--
Paul Asher - JR Developer and System Import Specialist
Deb W.
Deb W.
@deb-w
8 years ago
136 posts
Thank you, Paul. I'll run that by the "committee" and see what they think. As usual, the JR team provides fabulous support.

Deb
Deb W.
Deb W.
@deb-w
8 years ago
136 posts
So I have more questions about the Sage skin.... Should I post those here or should I post each question in a separate thread?
michael
@michael
8 years ago
7,714 posts
Right now the sage skin is being prepped for JR6 so is not in a state to be released for JR5. Thats whats holding it back from the marketplace.
michael
@michael
8 years ago
7,714 posts
I guess you could adjust it in your meta.tpl
your-site.com/core/template_modify/skin=jrSage/template=meta.tpl

and at the very bottom find:
</head>
and change that to
<style>
body { 
   background-color: #615551; 
}</style>
</head>

Docs: "Using the Template Editor"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-admin-handbook/3183/using-the-template-editor
paul
@paul
8 years ago
4,326 posts
Deb W.:
So I have more questions about the Sage skin.... Should I post those here or should I post each question in a separate thread?

Seperate threads make it easier for other users when searching the forum for answers.
Thanks


--
Paul Asher - JR Developer and System Import Specialist
Deb W.
Deb W.
@deb-w
8 years ago
136 posts
Thank you, Michael and Paul... You guys are the best!