• Resolved julia123456

    (@julia123456)


    Hey, I have the problem that I have a grey box under my sidebar / widget area which I cannot remove / change the color of. I googled and tried alread a lot but nothing helped. Does anyone know a solution?
    Thanks for your help!

    Here a screenshot of the problem:
    Screenshot-grey-box

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi Julia,

    Would you mind posting the link to your site in question? So that we can offer you with a possible solution.

    Thanks!

    Thread Starter julia123456

    (@julia123456)

    Hey, yes sure, it’s mijutime.com

    • This reply was modified 7 years, 3 months ago by julia123456.

    Hi Julia,

    You can try adding the following code to your Admin Panel > Appearance > Customize > Additional CSS field:

    .col-2cl .main-inner.group {
      background: transparent;
    }

    Thanks!

    Thread Starter julia123456

    (@julia123456)

    Hey, thanks for your reply.
    Well, I added the code, and now the box is white, like the content background. But I want the dark color there as well. So instead of transparent I also tried my color. But this only led to a dark content background color as well. So unfortunately, this code hasn’t solved my problem yet…
    Any other suggestions?

    Hi Julia,

    In such case, please try this code:

    @media screen and (min-width: 959px) {
     .sidebar.s1 {
      height: 977px;
    }
    }

    Thanks!

    Thread Starter julia123456

    (@julia123456)

    Hey,

    Thanks a lot for your help, it worked, perfect! ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Grey box under side bar / widget area’ is closed to new replies.