Little problem of bg repeat.

Home Forums WordPress Themes – Premium Circumference Little problem of bg repeat.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #16183
    Prisca
    Participant

    Hello

    I put a header image on a circumference I am working and when the slider is loader the bg is repeating down – does not look nice. How can I stop the header image to repeat?

    Thank you 🙂

    repeat.jpg

    Attachments:
    You must be logged in to view attached files.
    #21375
    Shekhar Bhandari
    Participant

    Hi Prisca,

    Please do provide a link so i could gave you the exact solution rather than assumption.

    Thanks.

    #21377
    Shekhar Bhandari
    Participant

    Hi Prisca,

    The problem has been solved in the link that you provided, for doing no-repeat you can use the following css in your child theme

    aside#cir-banner {
        background-repeat: no-repeat;    background-size: 100% 100%;
    }

    Thanks

    #21379
    Prisca
    Participant

    Hello Shekhar

    So sorry but it is not working – instead of repeat it does make the image 100% down teh whole height of the slider/header. I commented the bg 100% but unless my browser does not refresh it does not change.

    I changed the image so we can see the problem better. Please see attached.

    Thank you for your help 🙂
    100percent-height.jpg

    Attachments:
    You must be logged in to view attached files.
    #16184
    Shekhar Bhandari
    Participant

    Hi Prisca,

    It is working perfectly here. The reason behind can be your internet connection or browser’s cache.

    Thanks

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