• Greetings, I set up Aweber form in widget and it displays with a line at the top which takes up unnecessary space. How can I remove it?

    Thanking you in advance.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello kinyofu,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.

    .widget_sidebar_main .right-widget-title {
      padding: 0;
      border-bottom: none;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter Kinyofu

    (@kinyofu)

    Perfect. Thank you.

    AddWeb Solution

    (@addweb-solution-pvt-ltd)

    @kinyofu If this solution work for you can you please mark it as resolved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove line at top of aweber widget’ is closed to new replies.