• Resolved loeramilca

    (@loeramilca)


    I need to create widget with custom styles. Actually the main question how to insert animated gif to the background of the widget with twitter feeds? I hope it’s possible in your plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Smash Balloon Joel

    (@joelsmashballoon)

    Hey @loeramilca,

    Thank you for reaching out to us for assistance. To do this you would need to use some Custom CSS, so something like this:

    #ctf {
      background-image: url("link-to-gif/gifs/animation.gif");
      background-repeat: no-repeat;
      background-size:cover;
    }

    If you need to learn more about the background CSS properties please see here as we otherwise do not provide specific customization support. If you are unsure of which selector to use (my example is for the whole feed), let me know and I’ll be happy to assist.

    Many thanks,

    Thread Starter loeramilca

    (@loeramilca)

    Thank you for reply.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Widget with custom styles’ is closed to new replies.