-
AuthorPosts
-
December 10, 2015 at 4:35 pm #550520
Yigit kindly showed me how to add a CSS grad to a panel before but I can’t for the life of me work out why it’s not working. It’s the orange panel on this page http://davsar.com/halsin/home/. I’ve added the ID code ‘orange’ the colour section http://davsar.com/halsin/wp-content/uploads/2015/12/Screen-Shot-2015-12-10-at-14.31.32.png.
This is the code I’ve added to the CSS:
#orange {
background: #ff8400; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ff8400 0%, #f7bf88 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ff8400 0%,#f7bf88 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #ff8400 0%,#f7bf88 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’#ff8400′, endColorstr=’#f7bf88′,GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}Can you see what I’m doing wrong?
December 11, 2015 at 6:30 am #550856Hey Rupert,
Searching for orange in the source code on the link you posted yields no results, could you double check your settings or link to the page where it’s on please?
Thanks,
RikardDecember 13, 2015 at 3:14 pm #551678Sorry not sure what happened it seemed to disappear. I’ve added it back, this is the section I’m trying to apply the grad to http://davsar.com/halsin/home/#orange
December 13, 2015 at 11:25 pm #551823Hi!
I tried to find that code to your web site ( the #orange ) but could not locate it.
Can you please give us backend access to make the quick fix for you?Regards,
BasilisDecember 14, 2015 at 11:00 am #552084No problem here you go
December 14, 2015 at 12:36 pm #552150Hi!
You had a link in Quick CSS field. I removed it. Please review your website now
Regards,
YigitDecember 14, 2015 at 12:48 pm #552164That’s great, many thanks
-
AuthorPosts
- The topic ‘CSS Grad’ is closed to new replies.
