@hirschan: Hello Kent,
1. Let me know where would like it to be placed.
2. You seem to be using the additional CSS
#feature-slider-section .entry-container {
background-color: #ADD8E6 !important;
}
use background-color: transparent;
and it should work out.
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
3.
@media screen and (min-width: 64em) {
#feature-slider-section .entry-container {
padding: 50px 50px;
}
}
You can change the padding to adjust the size of the text box.
4. To remove the text box
#feature-slider-section .entry-container{
display;: none;
}
Let me know if this works out!
Kind Regards,
Skandha