XF 1.2 Previews are See-thorugh (clear)

billybatz9

Active member
Licensed customer
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);
}
 
Check in your extra css template for any references of menu specifically the css above and see if the rgba value differs from the one above.
 
Back
Top Bottom