Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author WebberZone

    (@webberzone)

    There shouldn’t be bulletes in the rounded thumbnail style. What’s your site URL?

    You might need to force the !important

    .crp_related ul {
    list-style: none !important;
    }

    Thread Starter ammost

    (@ammost)

    My site is: https://www.celebratingholidays.com. Here is a sample page with the related posts: https://www.celebratingholidays.com/?page_id=84 that shows bullets. I forgot to mention that I did try the !important command, but it didn’t work. I thought it might just be a theme issue (I use an Artisteer theme), but in looking through this forum, I see that others have had the same problem.

    Plugin Author WebberZone

    (@webberzone)

    It is the theme since it adds this to the li:

    background-image: url('images/postbullets.png');

    You can try to set this:

    .crp_related ul li {
    background-image: none !important;
    }
    Thread Starter ammost

    (@ammost)

    That worked! Thank you so much.

    Plugin Author WebberZone

    (@webberzone)

    You’re welcome!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to Remove Bullets on Rounded Thumbnail Style’ is closed to new replies.