Dawn theme - Image banner - Changing text font colour and weight

Hii, @Myellagroup
Paste this code on top of the section-image-banner-text.css file.

h2.banner__heading.h0, .banner-text {
    color: red !important;
    font-weight: bolder !important;
    width: 103% !important;
}
.banner__text {
    color: red !important;
    font-weight: bolder !important;
    font-size: 18px !important;
}

Thank You.

1 Like