Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #358462

    Zeshan
    Member

    You’re welcome! Let us know how it goes.

    #358637

    tntcreation
    Participant
    This reply has been marked as private.
    #358698

    tntcreation
    Participant
    This reply has been marked as private.
    #358714

    tntcreation
    Participant
    This reply has been marked as private.
    #358723

    tntcreation
    Participant
    This reply has been marked as private.
    #358749

    tntcreation
    Participant
    This reply has been marked as private.
    #358785

    Lely
    Moderator

    Hello There,

    To remove the grey bay on other pages, please update your CSS to this:

    @media (max-width: 767px) {
    .home div#x-section-1 {
    background-position-y: 1px !important;
    background-image: url(http://timosargent.com/wp-content/uploads/2015/08/timoviewlonglonglong.jpg);
    background-color: transparent;
    background-repeat: none !important;
    }
    }

    As you can see, I’ve added .home class so that above will only work for homepage only.

    Hope this helps.

    #358813

    tntcreation
    Participant
    This reply has been marked as private.
    #358901

    Lely
    Moderator

    You’re very much welcome!

    Cheers!
    X