• Resolved kalischlieder

    (@kalischlieder)


    There is a light gray box around everything I am posting in the sidebar. How do I remove this border/outline?
    Thanks!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello @kalischlieder

    Custom Sidebars plugins doesn’t add any styles in the widgets.
    I inspected your site and it seems that this is coming from active plugin.
    You can surpass it using a custom CSS code like:

    #sidebar aside {
      border: none !important;
    }

    You can use this in Appearance->Customize->Additional CSS

    Thank you,
    Dimitris

Viewing 1 replies (of 1 total)
  • The topic ‘Gray boxes around sidebar images/text’ is closed to new replies.