vagabond2018
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Wallstreet] Changing color green leaf + remove lineCan 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.
Forum: Themes and Templates
In reply to: [Wallstreet] Changing color green leaf + remove lineThanks 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;
}
}