• Hi, this (Simply Instagram) is such a good plugin (and I just noticed your YouTube plugin too that I’ll have to install).

    Anyway, I just added the instagram widget to my header. I did not input title or description in the widget settings.

    I notice there is a horizontal rule present above the pictures. How do I remove that? I had a look through the css and php files but could not see how to disable that.

    Hope you can help,
    Alastair.
    http://alastairvance.com

    http://wordpress.org/extend/plugins/simply-instagram/

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.