Do not use the visual editor, add this custom CSS instead:
background-color: rgba(0, 0, 0, .5);
This is going to add a black background with 50% opacity. This color picker could help you to chose your color
Hi tried and it isperfect
https://snag.gy/fgNecF.jpg
Iask you 2 simple things (for you ) 🙂
1) I see the background , in vertical, is quite bigger than the text, there is a way to check the dimesnion (i would like less high and much wide)?
2) How i can add this to the text background?
#grad {
background: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,1));
}
Thanks much
I found solution…. Thanks
Sorry for the late response, glad you’ve found a solution