• Resolved ShelbyAnne

    (@shelbyanne)


    Hi,

    So on my website I was changing the borders recently to solid lines and when I did, a solid line appeared through my instagram widget in my footer. I don’t know why this happened. I tried looking at the coding and it looks like there is a .widget-title for the instagram so I tried editing css but nothing I tried work.

    If anyone can help me I would really appreciate it!

    My site is http://www.totemag.com

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try this

    .widget_instagram_self_feed .widget-title { border: 0 none; }

    It depends though, if you want that 3px border default for all or limit it to some area. The code above assumes you want to keep whatever it is now as default, and only this one instagram widget to not have it.

    What Paul has mentioned should do the trick.

    Even just adding the following to your .css file should work

    .widget-title { border: none; }

    Thread Starter ShelbyAnne

    (@shelbyanne)

    Perfect thank you that worked!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Border going through instagram widget’ is closed to new replies.