• Hi there,

    Not sure if anyone can help but I’ve spent hours pouring over css and html, searching forums etc trying to track down and eliminate the problem but to no avail.

    Problem evident in chrome (see https://www.missinglinkcabins.com.au/our-range/the-entertainer/ )

    Bullets showing but broken image image next to bullets which covers them up.. obviously I’m just not seeing the problem!

    Any help would be greatly appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m sorry but we do not support Artisteer themes here. Try asking for support on https://www.artisteer.com/?forum_id=13&p=forum_topics

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You need to override your CSS that defines a background image on your list items.
    This CSS should do that;

    .art-postcontent ul>li:before,
    .art-post ul>li:before,
    .art-textblock ul>li:before {
     background: none;
    }

    Your forum searches were exhaustive because this is not a WordPress issue, but an issue specific to your theme and CSS.

    Like Esmi’s suggestion, it is better asking your theme’s vendors whether there’s a better way to go about my suggestion.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bullet problems (ul,li) with artisteer template’ is closed to new replies.