Hi there
I would like the Text / Menu / Rich Text aka ALL text to remain black, however when i select black it is creating a backround colour on my banners which i do not want - i want them to be transparent, is there a solution to this ?
If you want to set the background color of an element to transparent using code, you can use the CSS background-color property and set its value to transparent. Here is an example:
.element {
background-color: transparent;
}