• Resolved vanessagold

    (@vanessagold)


    Hello,

    I found a gradient header code on this forum which was so helpful! But I am wondering if there is any way I can change the angle of the gradient to 120°

    Top: #EE357C
    Bottom: #7C2A89
    Angle: 120°

    Thanks!

    Vanessa

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author oceanwp

    (@oceanwp)

    Hello, I recommend you to use a tool like this: http://www.colorzilla.com/gradient-editor/

    Thread Starter vanessagold

    (@vanessagold)

    Thank you!

    Plugin Author oceanwp

    (@oceanwp)

    You’re welcome 🙂

    Thread Starter vanessagold

    (@vanessagold)

    Hi @oceanwp!

    I was able to change the header thank you!! But now I want a gradient in my footer!

    I was trying to use this code and it isn’t working:

    .postid-4206 .example-custom-footer {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#797355),color-stop(1,#E8CFAE));
    background-image: -o-linear-gradient(bottom,#797355 0%,#E8CFAE 100%);
    background-image: -moz-linear-gradient(bottom,#797355 0%,#E8CFAE 100%);
    background-image: -webkit-linear-gradient(bottom,#797355 0%,#E8CFAE 100%);
    background-image: -ms-linear-gradient(bottom,#797355 0%,#E8CFAE 100%);
    background-image: linear-gradient(to bottom,#797355 0%,#E8CFAE 100%);
    }

    Do you have one you can recommend?

    Plugin Author oceanwp

    (@oceanwp)

    Hello, I think that the CSS selector is not good, try this one “#footer”.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Gradient Header with Angle’ is closed to new replies.