Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #378052

    Hi Enfold team,
    Any help on setting up of gradient for enfold “FOOTER” section would be greatly appreciated!
    Regards,
    Marcus

    #378384

    Hi Kayzel!

    Please add following code to Quick CSS and adjust as needed

    #footer {
    background: #1e5799;
    background: -moz-linear-gradient(top, #1e5799 0%, #7db9e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(100%,#7db9e8));
    background: -webkit-linear-gradient(top, #1e5799 0%,#7db9e8 100%);
    background: -o-linear-gradient(top, #1e5799 0%,#7db9e8 100%);
    background: -ms-linear-gradient(top, #1e5799 0%,#7db9e8 100%);
    background: linear-gradient(to bottom, #1e5799 0%,#7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
    }

    You can create gradients using this website – http://www.colorzilla.com/gradient-editor/

    Regards,
    Yigit

    #378490

    Hi Yigit,
    awesome guide!
    Regards,
    Marcus

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Setting gradient colors for Enfold Theme FOOTER’ is closed to new replies.