background image

Home Forums All Other Themes background image

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #27403
    HaroldHarold
    Member
    • Topics: 3
    • Replies: 5
    • Total: 8
    Member since: January 29, 2016

    I’m using SKT clean pro,
    I am wondering how to set the background in a section, on the home page, to not scroll, or not “FIX”. – I would like the background image to scroll with the content if that makes more sense.

    #27478
    HaroldHarold
    Member
    • Topics: 3
    • Replies: 5
    • Total: 8
    Member since: January 29, 2016

    Apparently I need to change this code:

    element.style {
    background-image: url(http://my-pillow-creations.net/wp-content/uploads/2016/03/apparelprograms-banner-bg02.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

      /*

    background-attachment: fixed;

      */


    }

    Can you please provide me with where this is located so I may change that?

    #27480
    HaroldHarold
    Member
    • Topics: 3
    • Replies: 5
    • Total: 8
    Member since: January 29, 2016

    Forget it, I figured it out. Thanks any ways.
    I added this code to custom css:

    section#wrapperthree.menu_page {

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll !important;
    }

    #27515
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6963
    • Total: 6973
    Member since: June 12, 2013

    Oh thanks for sharing this with the community as well.

    Sorry for delayed response due to weekend.

    Regards,
    Shri

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.