scottsweb / wp-instagram-widget

❌ A WordPress widget for showing your latest Instagram photos.
115 stars 62 forks source link

Instagramor Widget Logo #111

Closed apocsantos closed 5 years ago

apocsantos commented 5 years ago

Hi, I've been strugling a bit trying to mess with the code in order to get the widget logo on top near the "Title". It would be nice to have it as it would be more appealing to end users.

scottsweb commented 5 years ago

Can you let me know what you mean by 'widget logo'. Are you trying to add the Instagram logo to your site? If so, that should be possible with CSS.

apocsantos commented 5 years ago

Exactly the Instagram Logo, near the title of the widget.

scottsweb commented 5 years ago

This should be possible with custom CSS:

.null-instagram-feed .widget-title {
    background-image: url('....
}