• Resolved meow0220

    (@meow0220)


    Hello,

    I was wondering where I can find to change color of the container or to make it transparent? The default color is white and I want to make it transparent/clear so that the background image shows without the white container.

    Thanks for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Dmitry Mayorov

    (@iamdmitrymayorov)

    Hi, you can do that by adding this CSS snippet to your child theme or Custom CSS plugin:

    .site {
    	background: transparent;
    }
    Theme Author Dmitry Mayorov

    (@iamdmitrymayorov)

    Marking it as resolved. Feel free to reopen this ticket or create a new one if you have more questions.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Container Color’ is closed to new replies.