XF 1.2 Previews are See-thorugh (clear)

billybatz9

Active member
Idk why this is happening. Loook at the images. Everytime I preview something, it's see-through.
see through 1.webp see through 2.webp
Please Help!
 
Did you alter the rgba level opacity? it should be 0.96 so lowering it to anything lower will cause the affect your seeing in the screenshot. Same with the tooltip overlay so you might need to go back into style properties and set a higher value or your EXTRA.CSS template if you added the css in there to change that.

Code:
.Menu .primaryContent {
background-color: rgba(252, 252, 255, 0.96);
}
 
Top Bottom