New Landing How can we help? Themeforest Theme Support Uplift Text drop shadow inside Image Banner

Viewing 9 posts - 1 through 9 (of 9 total)
  • Posted in: Uplift
  • #326969
    jfproulx
    Member
    Post count: 13

    I’m trying to add a drop shadow on the text portion of an image banner. I added this to the “Extra Class” field of the image banner.

    text-shadow: 1px 1px 23px #000000;

    Thanks for your help. I’m not a coding expert, so please be very specific.

    Attachments:
    You must be logged in to view attached files.
    #326975
    David Martin – Support
    Moderator
    Post count: 20834

    That is not a class, that’s CSS.

    A class would be: my-custom-class.

    The CSS for that would then be:

    .my-custom-class {
       text-shadow: 1px 1px 23px #000000;
    }

    You also need to target your text content class, I do not know what that is as you have not provided a URL.

    #326988
    jfproulx
    Member
    Post count: 13
    This reply has been marked as private.
    #326997
    jfproulx
    Member
    Post count: 13
    This reply has been marked as private.
    #327008
    David Martin – Support
    Moderator
    Post count: 20834

    Thanks, it would be this:

    .my-custom-class h1 {
        text-shadow: 1px 1px 23px #000000;
    }
    #327021
    jfproulx
    Member
    Post count: 13
    This reply has been marked as private.
    #327026
    David Martin – Support
    Moderator
    Post count: 20834

    No.

    1) Please add this to Theme Options => Custom CSS:

    .my-custom-class h1 {
        text-shadow: 1px 1px 23px #000000;
    }

    2) Add the class my-custom-class to your Page Builder element.

    #327034
    jfproulx
    Member
    Post count: 13

    Thanks, works like a charm. Resolved!
    As always, thanks to your awesome support team.

    #327045
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great. Glad it’s sorted.
    Thanks David.

    -Rui

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register