[Resolved] Problem with Simple CSS after upgrade

Home Forums Support [Resolved] Problem with Simple CSS after upgrade

Home Forums Support Problem with Simple CSS after upgrade

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #269284
    Andrzej

    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?

    #269290
    Tom
    Lead Developer
    Lead Developer

    Try this:

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

    IT HELPED πŸ™‚

    THANKS!! πŸ˜€

    #269298
    Tom
    Lead Developer
    Lead Developer

    You’re welcome πŸ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.