• 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;
    }

    https://www.ads-software.com/plugins/sexybookmarks/

Viewing 1 replies (of 1 total)
  • Plugin Author Shareaholic

    (@shareaholic)

    @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.