New Landing How can we help? Themeforest Theme Support Dante css gradient for Alt BG

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #133177
    celeteweitz
    Member
    Post count: 57

    Hi,

    How to add CSS gradient effect as an Alt background for full-width layout and also full-width text block.

    The css gradient in question is :

    background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #A34B67),
    color-stop(0.95, #4C51DE)
    );
    background-image: -o-linear-gradient(bottom, #A34B67 0%, #4C51DE 95%);
    background-image: -moz-linear-gradient(bottom, #A34B67 0%, #4C51DE 95%);
    background-image: -webkit-linear-gradient(bottom, #A34B67 0%, #4C51DE 95%);
    background-image: -ms-linear-gradient(bottom, #A34B67 0%, #4C51DE 95%);
    background-image: linear-gradient(to bottom, #A34B67 0%, #4C51DE 95%);

    I would like to add this on the home page full-width text block.

    regards
    celeste

    #133263
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    I added a custom css class to the row asset using the Extra css class field.
    Then in the custom css option applied your css to that class.

    Check how it looks now.

    -Rui

    #133652
    celeteweitz
    Member
    Post count: 57

    Hi Rui,

    Thnx a lot for that insight. It worked and looks fine. You guys exceed expectation always.

    regards
    celeste

    #133663
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome. Thanks Rui.
    Thanks
    Mohammad

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

You must be logged in to reply to this topic.