Edit Button Appearance of 'Image with Text' section (Turbo Portland Theme)

Hello,

what code should I add to styles.scss.liquid to edit the colours of the button in the ‘Image with Text’ section of the homepage?

Theme Turbo Portland.

Thanks for your help!

Hello GiuliaCalz,
Please share your site url.
So that i can check and let you know the exact solution here.

Hello @oscprofessional

https://calzotto.myshopify.com/ PSW: hawldo

Hello GiuliaCalz,
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->styles.scss.liquid

#shopify-section-1489624561018 .button {
    color: red;
    border-color: red;
}

Change the color as per your choice.
Hope this will work for you.
Thanks…

Thank you very much @oscprofessional ! Worked perfectly.

Can I also ask how to avoid having this much white space between the ‘Image with text’ section and the following section, on the Homepage?

Hello GiuliaCalz,
Add this css

@media only screen and(max-width:480px){
#shopify-section-1489624561018 .container {
    padding-bottom: 0px;
}
#shopify-section-1489624561018 .featured-link--section {
    margin-bottom: 0px;
}
#shopify-section-1489126190865 .container.featured_products.product-slider {
    padding-top: 0px;
}
}

Thank you very much @oscprofessional for the great help!

Hi Giulia! Congrats on your site looks so nice!

Could you share with me how did yo manage to make the testimonial-block gallery so small? Is that by default? mine looks giganting..

Thank you!