Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter alastairvance

    (@alastairvance)

    I think I found it.

    .widget h4.widget-title

    I need to get rid of this – border-bottom: 1px solid

    Thread Starter alastairvance

    (@alastairvance)

    But I think that is for the whole theme… hmm.

    #header-widget h4.widget-title { border: none; }

    Plugin Author rollybueno

    (@rollybueno)

    It’s in your theme css. I found it but it’s in class so I guess, you have to change that to ID.

    Go to style.css on line 1342. Remove border-bottom property.

    .widget h4.widget-title {
    line-height: 24px;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    }

    I test this on Firebugs and the horizontal line is gone.

    Thread Starter alastairvance

    (@alastairvance)

    Thanks guys for your help. I used alchymth’s solution as I only wanted to remove the HR from that one widget and not the blog theme as a whole.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Simply Instagram] Removing horizontal rule from Widget’ is closed to new replies.