-
Part of the theme does not change!
windofrebelParticipantHello,
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 RepliesAdnan ShawkatKeymasterHi 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
windofrebelParticipantthanks for your answer. But I have not seen such a field from the website.
windofrebelParticipantHello, 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?
Adnan ShawkatKeymasteryou can use css to do that. use the following code
.banner-content, #home-banner { background-size: contain; background-repeat: no-repeat; }
windofrebelParticipantThanks for your answer.
But where do I add the css code? I added it to many places but it didn’t.
Adnan ShawkatKeymasterYou 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.
You must be logged in to reply to this topic.