You can copy that actual bit, it's a test for you. I think it must be 940px wide (see here: http://s2howto.livejournal.com/52241.html ). Mine is 200px high because that's how high the image that came with the theme was. It's the only thing I changed. I have several images all 940x200 and I sometimes just change the URL in that CSS bit to change the header.
This is what it looks like in my settings: https://i.imgur.com/v3EAIf6.jpg
You cannot preview, only save, so hopefully it doesn't make your page explode :D If id does, just delete the CSS lines you added.
no subject
Date: 2016-03-08 01:18 pm (UTC)We're not using the same theme but they should work the same:
-click on "Home" in the menu above (I'm still on the old layout, I don't know how the new one works!)
-under the "Journal" menu option, click on Journal Style
-In the top right part showing your Current Theme, click on "Customize your theme"
-and there in the menu on the left, click on the "Custom CSS" tab
-there, in the big white square on the right copy the CSS with your image URL, for example:
#header-inner {
background-image: url(http://i.imgur.com/R0bUUJl.jpg);
}
You can copy that actual bit, it's a test for you.
I think it must be 940px wide (see here: http://s2howto.livejournal.com/52241.html ). Mine is 200px high because that's how high the image that came with the theme was. It's the only thing I changed.
I have several images all 940x200 and I sometimes just change the URL in that CSS bit to change the header.
This is what it looks like in my settings: https://i.imgur.com/v3EAIf6.jpg
You cannot preview, only save, so hopefully it doesn't make your page explode :D If id does, just delete the CSS lines you added.