New Landing How can we help? Themeforest Theme Support Uplift Changing to custom background on staff page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Uplift
  • #317605

    I am using the staff plugin that came with the theme, however I want to use a custom background on each individual staff detail page. How can I add this custom background that is attached? I only see the option for background color, not image.

    #317725
    David Martin – Support
    Moderator
    Post count: 20834

    It’s not possible by default via the meta options as such.

    Please add this to Theme Options => Custom CSS and add your image URL:

    .single-team .inner-container-wrap {
        background-image: url("http://www.full-URL-address-to-image.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

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

License required for one of the following items
Login and Registration Log in · Register