Title: Style adjustment
Last modified: August 21, 2016

---

# Style adjustment

 *  Resolved Anonymous User 11501467
 * (@anonymized-11501467)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/style-adjustment/)
 * Hello guys,
 * can you help me out concerning a little question. I am a newbie in php :/
 * I want to remove the event picture.
    My goal is to have the **title**, the **
   time** (and maybe the location) of the event.
 * How must the style.css look like then?
 * Thanks in advance! 🙂
 * Many Greetings to you!
 * [http://wordpress.org/plugins/facebook-events-widget/](http://wordpress.org/plugins/facebook-events-widget/)

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

 *  [tiffweb](https://wordpress.org/support/users/tiffweb/)
 * (@tiffweb)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/style-adjustment/#post-4100160)
 * This is how I removed it, I replaced this:
    .fb-event img { float: left; } with
   this: .fb-event img { float: left; display: none; }
 * I couldn’t figure out how to change it, but would love to know that.
    Thanks!
 *  Plugin Author [Roi Dayan](https://wordpress.org/support/users/roidayan/)
 * (@roidayan)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/style-adjustment/#post-4100187)
 * the answer from Tiff.web is what you can do with css.
    a second option is to 
   edit the php code and remove the line echoing the <img> tag.

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

The topic ‘Style adjustment’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/facebook-events-widget.svg)
 * [Facebook Events Widget](https://wordpress.org/plugins/facebook-events-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/facebook-events-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/facebook-events-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/facebook-events-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/facebook-events-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/facebook-events-widget/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Roi Dayan](https://wordpress.org/support/users/roidayan/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/style-adjustment/#post-4100187)
 * Status: resolved