jessicalundh
Forum Replies Created
-
Thank you! Also, can the secondary sub meny appear to the right instead for to the left?
Forum: Themes and Templates
In reply to: [Emphasize] Change color on stripeI want it to fade like it does in the original settings, I want the color to be 100% at the center and then go outwards. I think it’s what it does in the theme?
Forum: Themes and Templates
In reply to: [Emphasize] Change color on stripeNo, all I did was replace the Color Code in a document and then copy/paste it into the CSS editor. I haven’t changed anything else. I don’t know where to change it 🙂
Forum: Themes and Templates
In reply to: [Emphasize] Change color on stripeThank’s I like the gradient so I don’t want to change that 🙂
When I change the color code, the gradient changes to start from the center. Should it do that? I haven’t changed anything else.
Thank you! 🙂#header-footer {
height: 22px;
background: #a33038; /* Old browsers */
background: -moz-linear-gradient(left, #a33038 0%, #ebeced 50%, #a33038 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#a33038), color-stop(50%,#ebeced), color-stop(100%,#a33038)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #a33038 0%,#ebeced 50%,#a33038 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #a33038 0%,#ebeced 50%,#a33038 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #a33038 0%,#ebeced 50%,#a33038 100%); /* IE10+ */
background: linear-gradient(to right, #a33038 0%,#ebeced 50%,#a33038 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’#a33038′, endColorstr=’#a33038′,GradientType=1 ); /* IE6-9 */
}