• Resolved MrsBodien

    (@mrsbodien)


    i am using a child theme of twenty fourteen.

    how can i remove the black bar above the widget titles in the content sidebar on the right?

    thanks in advance for any advice.

    (i saw another thread asking the same thing but the poster said they resolved it themselves, but did not share how.)

Viewing 2 replies - 1 through 2 (of 2 total)
  • I believe the black bar you are referring to is a border added to the heading of the widget (ie H1), and is part of the css for .content-sidebar .widget .widget-title

    If you’re using a child theme you could add the following CSS to remove the border:
    .content-sidebar .widget .widget-title { border:none; }

    Thread Starter MrsBodien

    (@mrsbodien)

    thanks so much! that worked ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘remove black line above widget title (content/right sidebar)’ is closed to new replies.