New Landing How can we help? Themeforest Theme Support Pinpoint background image stretch

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Pinpoint
  • #441
    planetchristmas
    Member
    Post count: 2

    Is there a way to stretch the background image to fill up the page instead of tiling as it does now?

    #453
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    Please link to your site so that I can get back with a solution customized to your setup.

    Regards,
    ————————————————————————————————————
    Cosmin
    Support Assistant

    #469
    planetchristmas
    Member
    Post count: 2
    #472
    Cosmin – SUPPORT
    Member
    Post count: 3851

    You will need to edit a theme file, as the background scrolling can’t be changed with custom CSS added to the theme options.

    Edit /wp-content/themes/pinpoint/css/custom-styles.css.php and find this line (282):

    background: #fff url(<?php echo $body_upload_bg; ?>) repeat center top;

    Replace that with:

    background-image: url(<?php echo $body_upload_bg; ?>);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-color: #fff;
    background-attachment: fixed;

    Save the file to server and test again. This will only apply to background images that you upload.

    Regards,
    ————————————————————————————————————
    Cosmin
    Support Assistant

    #611
    planetchristmas
    Member
    Post count: 2

    That will work.

    You might want to consider this an enhancement to the next release.  It’s becoming common with other premium WordPress themes.

    Thanks!

     

    #654
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Thank you, glad to hear that 🙂

    I’ll make a note to Ed, since I completely agree, this would be very beneficial. Also, if you like the product and support, please do rate the theme in your ThemeForest Download section, we would greatly appreciate it!

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

Viewing 6 posts - 1 through 6 (of 6 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