Hello
I need help to resize the container size to be 20% or less of the slide size, it covers a big part of the image of the slider, How can I make the box and the text smaller to make the background slide image visible?
Thank You!
Hi @Hezam , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks
Hi @Hezam can you share store url?
Hi @Hezam
You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file
@media screen and (min-width: 750px) {
.banner__box {
min-width: 20rem !important;
height: 20rem !important;
}
h2.banner__heading.inline-richtext.h2 {
font-size: 16px !important;
}
.banner__text.rte p {
font-size: 15px !important;
}
.banner__buttons a {
padding: 0 !important;
}
}
Result:
Best,
Liz
You are my Hero !
Solved and the size is PERFECT!
Thank You So Much