Is there a way to add a header in Flexible Squares without going through the whole external stylesheet thing? Or at least a way to preview it in place so I can sort out the colors properly? I sorta like the colors in this theme, but would like to swap them around a little and everytime I make it worse than the last.
Help.And yes, I've changed
(
Read more... )
Comments 10
Reply
Reply
And yes, it's relatively to do a CSS, but I can't fiddle with the colors once I've installed it. I have to disable it and go back through the process. Very tedious. Unless there's an alternative I'm missing.
And yes, I'm on a paid account.
Reply
I was clicking around here (a great resource!), and maybe you can copy/paste one of these into your CSS box with the appropriate info? It shouldn't change the rest of your layout as long as your first drop-down here is 'Yes.'
Reply
I tried it out setting "Use layout's stylesheet" to YES and
"Use external stylesheet" to NO, and then the code is:
.headerimage {
position: relative;
width: 700px;
height: 350px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
background-image: url("http://YOURURLGOESHERE");
background-position: center;
background-repeat: no-repeat;
}
Add in the url to your header, and change the dimensions if necessary. Hope that helps!
Reply
Wendy Watson for the win! *grins*
Thank you so much. Now I need to tweak things a little. But it should be easier now.
Reply
Reply
The new layout looks absolutely fantastic. :)
Reply
Leave a comment