Home Forums WoodMart support forum Radial Gradient as Background in Headerbuilder?

Radial Gradient as Background in Headerbuilder?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #163499

    Soho89
    Participant

    Hey,

    Is it possible to create a radial gradient in the background of the header, without using an image?

    Thanks.

    #163526

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    You can use the solid color for you header rows except of using an image, from the “Colors” tab in the row settings.

    Screenshot for clarification: https://jmp.sh/DDILy7t

    There is no such option in the header settings for applying “radial gradient”. But with the below CSS code you can apply radial gradient on some specific row of header.

    .whb-header .whb-general-header{
    background: radial-gradient(#e66465, #9198e5);
    }

    Result: https://jmp.sh/F3CeCNL

    Best Regards.

Viewing 2 posts - 1 through 2 (of 2 total)