Add header Text to carousel and change background

HI @Transcolie If you want apply this code in theme editor , You need remove tag and , You can see code here:

.fw-slider::before{
content: "Header text",
}

Thank you !