How to move the (shadow) container in Adventure Journal?

  • Unknown's avatar

    Hello :-)

    I recently adjusted the background of the theme Adventure Journal and I was wondering how I can delete the container that “covers” the background like a shadow? Is this possible at all and if yes, how do I remove it?

    Thank you for reading and hopefully somebody is able to help me :-)

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    You will need the custom design upgrade (now part of the premium plan), then you can go to Appearance > Customize > CSS and add this code:

    #container {
      background-image:none;
    }
  • The topic ‘How to move the (shadow) container in Adventure Journal?’ is closed to new replies.