• Resolved jheglund

    (@jheglund)


    I am having trouble figuring out how to change the background color for each image in the instagram feed to white. Is there a shortcode for this or would it need to be changed in the CSS?

    I’ve tried searching for the bit of code and havent found it. I have also tried adding in custom CSS and it didnt take. I am using the shortcode to display the feed.

    http://www.vzxclean.com

    Any help would be greatly appreciated.
    Thank you.

    Jason

    https://wordpress.org/plugins/simple-instagram/

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

    (@mr_speer)

    Interesting, it looks like there’s something injecting a wrapper of <code> around each item. That’s what’s giving your images a background color. To target it, you could use:

    .si_item code{
      background-color: #yourcolor
    }

    That should at least get you going in the right direction.

    Thanks!

    mr_speer

    Thread Starter jheglund

    (@jheglund)

    Awesome! That worked. Thanks so much for your help and quick reply!

    Jason

    Plugin Author mr_speer

    (@mr_speer)

    Great! Glad to help out.

    mr_speer

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Change background color’ is closed to new replies.