Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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?

    #550856

    Hey 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,
    Rikard

    #551678

    Sorry 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

    #551823

    Hi!

    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,
    Basilis

    #552084

    No problem here you go

    #552150

    Hi!

    You had a link in Quick CSS field. I removed it. Please review your website now

    Regards,
    Yigit

    #552164

    That’s great, many thanks

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘CSS Grad’ is closed to new replies.