Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author smashballoon

    (@smashballoon)

    Hey dlinville,

    You have the following on line 170 of your theme’s stylesheet:

    #container img, #footer img, #slide img, #slider img, #aside img {
    visibility: hidden;
    }

    You should be able to override this by adding the following to the Custom CSS section on the plugin’s Customize page:

    #sb_instagram img{
    visibility: visible !important;
    }

    Let me know whether that works for you,

    John

    Thread Starter dlinville

    (@dlinville)

    That worked! thank you!

    Plugin Author smashballoon

    (@smashballoon)

    No problem, happy to help!

    John

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘feed working, but images not showing’ is closed to new replies.