• Resolved chrisontour84

    (@chrisontour84)


    Hey there,

    If you scroll to the bottom of my Sidebar at , you should see 3 social icons but somehow they come with a small arrow and a line on top. Any idea how to remove those?

    Thanks
    Chris

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Pavel Ciorici

    (@ciorici)

    Hi Chris,

    Add this CSS code in the Customizer > Additional CSS to fix that problem:

    .zoom-social_icons-list__item {
        background: none !important;
        padding-left: 0 !important;
    }
    Thread Starter chrisontour84

    (@chrisontour84)

    Thanks Pavel! The arrow is gone, the little thin line on top of the icons is still there though ??

    Plugin Support Ina

    (@inamoro)

    Hi, Chris

    Seems to be some default CSS from your theme’s sidebar that adds these lines.
    Try adding this code in Appearance -> Customize -> Additional CSS

    #sidebar ul ul li {
        border-top: none;
    }
    Thread Starter chrisontour84

    (@chrisontour84)

    Thanks! It worked ?? I also added a border-bottom as well since another line showed up afterwards Oo

    Closing now, thanks guys!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘My theme adds a weird arrow?’ is closed to new replies.