• Part of the theme does not change!

    windofrebel
    Participant

    Hello,

    Congratulations on your theme.

    But the upper part of the theme does not change. I just couldn’t change it. Photo and text do not change. The part that does not change is in the picture.

    https://prnt.sc/row7h8 (I have shown the unchanged parts with our red arrow.)

    How can I change it?
    Thanks for your answer in advance.

    7 Replies
    Adnan Shawkat
    Keymaster

    Hi there,

    In your edit page you’ll have options to set these items. If you go to your edit page & scroll down you’ll find an option called “One Page Options” and from there you’ll be able to change the items. Check the screenshot: https://prnt.sc/rowfzc

    windofrebel
    Participant

    thanks for your answer. But I have not seen such a field from the website.

    https://hizliresim.com/2kor8w

    windofrebel
    Participant

    Thanks I solved the problem.

    windofrebel
    Participant

    Hello, the problem of adding images has been solved. But the picture I added always repeats each other. How can I prevent the picture I added from being repeated?

    image: https://hizliresim.com/GOIF10

    Adnan Shawkat
    Keymaster

    you can use css to do that. use the following code

    
    .banner-content, #home-banner {
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    windofrebel
    Participant

    Thanks for your answer.

    But where do I add the css code? I added it to many places but it didn’t.

    Adnan Shawkat
    Keymaster

    You can add it to custom css palate under theme option -> custom code panel. Or if you’re using a child theme you can paste this into your child theme style.css file also.

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.