Hi vagabond2018,
The green leaf is an image, if you want to use another image instead of green leaf image, then follow this threads link.
https://wordpress.org/support/topic/page-image-header-green-leaf-problem/
For remove double line you can paste the following css code in custom css filed
.footer-widget-section
{
padding: 0px !important;
}
Can you tell me through the screenshot, Which text is to change color?
Thanks
Thanks so if i understand i would have to post this in custom css?
Do i have something wrong in this code, because it stays the same color. 🙂
.page-mycarousel {
background: url(‘http://vagabondcinema.nl/background_leaf.jpg’) repeat scroll 0 0 / cover #143745 !important;
box-shadow: 0 7px 10px -10px #000;
padding: 336px 0 65px;
}
.page-mycarousel .img-responsive { display: none; }
@media (max-width: 1441px){
.page-mycarousel {
padding: 300px 0 15px;
}
}
@media (max-width: 1200px) {
.page-mycarousel {
padding: 250px 0 15px;
}
}
@media (max-width: 992px) {
.page-mycarousel {
padding: 200px 0 15px;
}
}
@media (max-width: 768px) {
.page-mycarousel {
padding: 150px 0 15px;
}
}
@media (max-width: 480px) {
.page-mycarousel {
padding: 100px 0 15px;
}
}
@media (max-width: 300px) {
.page-mycarousel {
padding: 50px 0 15px;
}
}
Can you tell me through the screenshot, Which text is to change color?
Thanks
“Vagabond Cinema – For Stray Dogs and Street Cats”
“the Facebook and Instagram logo”
Also,
Where can i change the green banner, on the sub pages?
Like the one on http://www.vagabondcinema.nl/about/ & http://www.vagabondcinema.nl/program/
As i understand, registering for paid version allows to change the text font, right?
Thank you.