Skip to content

Instantly share code, notes, and snippets.

@aldolat
Created April 15, 2013 18:40
Show Gist options
  • Save aldolat/5390305 to your computer and use it in GitHub Desktop.
Save aldolat/5390305 to your computer and use it in GitHub Desktop.
Fix for the CSS file of F2 WordPress theme with Posts in Sidebar plugin
.widget li.pis-li:before {
content: none;
}
.widget li.pis-li p.pis-title:before {
content: "\203A \0020";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment