Viewing 1 replies (of 1 total)
  • Theme Author ThemeHunk

    (@themehunk)

    Hello @thetoolman123,

    We have given six different options in theme, You can use them to show on site.
    If still you want to change gradient, then try this css code in additional css

    #slider-div .slides li:before, #hero-image:before, #hero-video:before {
        background: -moz-linear-gradient( 229deg, rgba(213, 9, 224, 0.560784) 0%, rgba(119, 177, 224, 0.458824) 52%, rgba(119, 177, 224, 0.458824) 70%, rgb(255, 255, 255) 118% );
        background: -webkit-linear-gradient( 229deg, rgba(213, 9, 224, 0.560784) 0%, rgba(119, 177, 224, 0.458824) 52%, rgba(119, 177, 224, 0.458824) 70%, rgb(255, 255, 255) 118% );
        background: linear-gradient( 229deg, rgba(213, 9, 224, 0.560784) 0%, rgba(119, 177, 224, 0.458824) 52%, rgba(119, 177, 224, 0.458824) 70%, rgb(255, 255, 255) 118% );
    }

    Just change color value according to need.

    Kind Regards

Viewing 1 replies (of 1 total)
  • The topic ‘setting custom gradient on hero slider’ is closed to new replies.