Dawn Theme slideshow image heading below image with the shop now button


Im wanting my slide show image headings and shop now button below each image like so. Thank you so so much in advance

Hi @provincebazaar ,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

@media screen and (min-width: 750px){
.slideshow__media.banner__media.media {
    position: relative !important;
}
.slideshow__text-wrapper.banner__content {
    height: auto !important;
    justify-content: flex-start !important;
    padding: 1rem !important;
}
.slideshow__text.banner__box {
    justify-content: left;
    align-items: flex-start;
    padding: 0;
}
}

Hope it helps!

I copied and pasted it at the very end and nothing change :disappointed_face:

Hi @provincebazaar ,

Please send your site and if your site is password protected, please send me the password. I will check it.

Hi @provincebazaar ,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

@media screen and (min-width: 750px){
.slideshow__media.banner__media.media {
    position: relative !important;
}
.slideshow__text-wrapper.banner__content {
    height: auto !important;
    justify-content: flex-start !important;
    padding: 1rem !important;
}
.slideshow__text.banner__box {
    justify-content: left;
    align-items: flex-start;
    padding: 0;
}
.slideshow__text.banner__box * {
    color: #000000 !important;
}
}

Thank you so so much