Site logo

Archived topic

Problem with Simple CSS after upgrade

3 replies · Started by Andrzej on January 26, 2017

Viewing posts 1–4 of 4

On my site: http://akademiarozwoju.com.pl/

i had transparent background made with Simple CSS with your help:
"
.one-container .container {
background: transparent;
}
"

After update - background is white again

How to fix this?

Try this:

.one-container .container,
.one-container .inside-article {
    background: transparent;
}

IT HELPED :)

THANKS!! :D

You're welcome :)

This archived topic is closed to new replies.