• Hello!

    I would like to:

    – change to color of the green leaf to match the green on the picture
    – remove one line at the bottom. Now there is a double line.
    – Any way to change the color of the text?

    Thank you for your help!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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://www.ads-software.com/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

    Thread Starter vagabond2018

    (@vagabond2018)

    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(‘https://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;
    }
    }

    Thread Starter vagabond2018

    (@vagabond2018)

    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 https://www.vagabondcinema.nl/about/ & https://www.vagabondcinema.nl/program/

    As i understand, registering for paid version allows to change the text font, right?

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing color green leaf + remove line’ is closed to new replies.