New Landing How can we help? Themeforest Theme Support Dante Add CSS Gradient to Page Title

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

    Hi,

    I would like to add CSS Gradient to the Page Title.

    Would it be possible to add an extra class to the page title? My CSS is:

    background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.07, #8EB4CC),
    color-stop(1, #EBF5E7)
    );
    background-image: -o-linear-gradient(bottom, #8EB4CC 7%, #EBF5E7 100%);
    background-image: -moz-linear-gradient(bottom, #8EB4CC 7%, #EBF5E7 100%);
    background-image: -webkit-linear-gradient(bottom, #8EB4CC 7%, #EBF5E7 100%);
    background-image: -ms-linear-gradient(bottom, #8EB4CC 7%, #EBF5E7 100%);
    background-image: linear-gradient(to bottom, #8EB4CC 7%, #EBF5E7 100%);

    Regrads
    celeste

    #136712
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You can use this class selector page-heading to decorate your page title.
    Thanks
    Mohammad

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

You must be logged in to reply to this topic.