How to change Image Banner

I need to change some elements in the image banner:

  • the title should be smaller and the text should be divided in two lines at a specific point

  • the tile should also be bold

  • I need to resize the button size and font and to change color

Hey @sosober ,

I just check your webshop banner and I can help with the text make smaller and resize the button size. And regarding the line break I need to take a look in your theme file.

.banner__heading{
    font-size: 25px !important;
}
.banner-button .button {
    color: red;
    font-size: 15px;
}

You can change the color and font-size values by your need.

And paste this code in the end of base.css file.