-
Part of the theme does not change!
windofrebelParticipantMarch 29, 2020 at 9:38 pmHello,
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 RepliesSanwarul HoqueKeymasterMarch 29, 2020 at 9:53 pmHi 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
windofrebelParticipantMarch 29, 2020 at 10:48 pmthanks for your answer. But I have not seen such a field from the website.
windofrebelParticipantApril 1, 2020 at 5:03 amHello, 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?
Sanwarul HoqueKeymasterApril 1, 2020 at 11:43 amyou can use css to do that. use the following code
.banner-content, #home-banner { background-size: contain; background-repeat: no-repeat; }windofrebelParticipantApril 1, 2020 at 4:37 pmThanks for your answer.
But where do I add the css code? I added it to many places but it didn’t.
Sanwarul HoqueKeymasterApril 1, 2020 at 5:04 pmYou 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.