Title: Custom CSS
Last modified: August 21, 2016

---

# Custom CSS

 *  [Jim Reekes](https://wordpress.org/support/users/reekes/)
 * (@reekes)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/custom-css-31/)
 * I’m trying to get the text from this plug it to match my site, but none of the
   changes I’ve tried adding to my theme’s custom CSS file is having any effect.
 * For example, the change below does not appear on my page. I want the disc bullets
   to be square.
 *     ```
       .shareaholic-recommendations-container.text-only .shareaholic-recommendations .shareaholic-recommendation .recommendation-article-link .recommendation-article-title {
           list-style: square outside none;
       }
       ```
   
 * [http://wordpress.org/plugins/sexybookmarks/](http://wordpress.org/plugins/sexybookmarks/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Shareaholic](https://wordpress.org/support/users/shareaholic/)
 * (@shareaholic)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/custom-css-31/#post-4041356)
 * [@jim](https://wordpress.org/support/users/jim/), try:
 *     ```
       .shareaholic-recommendations-container.text-only .shareaholic-recommendations .shareaholic-recommendation .recommendation-article-link .recommendation-article-title {
           list-style: square outside none !important;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Custom CSS’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/sexybookmarks_5e4742.svg)
 * [SexyBookmarks | Upgrade to the Official Shareaholic Plugin today!](https://wordpress.org/plugins/sexybookmarks/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/sexybookmarks/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/sexybookmarks/)
 * [Active Topics](https://wordpress.org/support/plugin/sexybookmarks/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sexybookmarks/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sexybookmarks/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Shareaholic](https://wordpress.org/support/users/shareaholic/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/custom-css-31/#post-4041356)
 * Status: not resolved