Title: Default CSS Values &amp; Validation
Last modified: January 31, 2019

---

# Default CSS Values & Validation

 *  [Howdy_McGee](https://wordpress.org/support/users/howdy_mcgee/)
 * (@howdy_mcgee)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/default-css-values-validation/)
 * It looks like the plugin generates some CSS for posts but since it’s default 
   values they’re coming out to invalid CSS.
 * `<div class="cff-item cff-photo-post author-xyz" id="cff_123_456" style="border-
   bottom: 0px solid #fff; -webkit-border-radius: px; -moz-border-radius: px; border-
   radius: px; ">`
 * Where `px` isn’t a valid value in CSS. Is this something that can be updated 
   to a default value of 0 or removed if it doesn’t exist?
 * `<div class="cff-item cff-photo-post author-xyz" id="cff_123_456" style="border-
   bottom: 0px solid #fff; -webkit-border-radius: 0px; -moz-border-radius: 0px; 
   border-radius: 0px; ">`
 * This also happens with #hashtag links:
 * `<a href="https://www.facebook.com/hashtag/Something" target="_blank" rel="nofollow"
   style="color:#">#Something</a>`
 * If possible it would be best to just not add the CSS if the user hasn’t set the
   values in the plugin settings.

Viewing 1 replies (of 1 total)

 *  Plugin Author [smashballoon](https://wordpress.org/support/users/smashballoon/)
 * (@smashballoon)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/default-css-values-validation/#post-11154562)
 * Hi [@howdy_mcgee](https://wordpress.org/support/users/howdy_mcgee/),
 * Thanks for reporting the issue. We’ll get these fixed in the next update!
 * Just let us know if you have any other issues or feedback at all,
 * John

Viewing 1 replies (of 1 total)

The topic ‘Default CSS Values & Validation’ is closed to new replies.

 * ![](https://ps.w.org/custom-facebook-feed/assets/icon-256x256.png?rev=2700775)
 * [Smash Balloon Social Post Feed - Simple Social Feeds for WordPress](https://wordpress.org/plugins/custom-facebook-feed/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/custom-facebook-feed/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/custom-facebook-feed/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-facebook-feed/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-facebook-feed/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-facebook-feed/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [smashballoon](https://wordpress.org/support/users/smashballoon/)
 * Last activity: [7 years, 4 months ago](https://wordpress.org/support/topic/default-css-values-validation/#post-11154562)
 * Status: not resolved