• I can’t figure out how to change bullets into default black ones instead of those i have, i checked each php file and deleted all codes like this – list-style-type: none;
    But bullets are still the same. Can you please help me out?
    Just to make it clear here is the screenshot of it –

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter Peetr P

    (@peetr-p)

    Link wasn’t displayd here is it again https://img547.imageshack.us/img547/3828/b5q4.jpg

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Which theme are you using?

    a screenshot is useless for getting support with a formatting problem.

    please post a live link to a post or page where the issue can be seen.

    in the mean time try using a browser inspection tool like Firebug to find out how the bullets are formatted – might be a background image rather than a list style item;

    refer to https://www.w3schools.com/css/css_list.asp

    Thread Starter Peetr P

    (@peetr-p)

    Oh sorry guys, here is the link – https://back2balance.ie/index.php/therapies/phisiotherapy/
    It’s theme created by software called Artisteer.
    Also i can’t get rid of that index.php in the URL’s when i change permalinks to custom then i’m getting 404 errors on all the pages except the homepage.

    the weird bullets are coming from a plugin:
    https://back2balance.ie/wp-content/plugins/crazy-pills/css/styles.css?ver=0.3

    you seem to have activated that for your lists (?)

    Thread Starter Peetr P

    (@peetr-p)

    I have installed that plugin when i was trying to change those squared bullets, but it didn’t change them.

    ?? my mistake – the plugin’s CSS was showing with the Firefox web developer add-on;

    checked again with Firebug which showed this style as responsible (line 1820 in style.css):

    .art-postcontent ul > li:before, .art-post ul > li:before, .art-textblock ul > li:before {
        bottom: 2px;
        content: url("images/postbullets.png");
        display: inline-block;
        font-size: 0;
        line-height: 0;
        margin-right: 10px;
        position: relative;
        vertical-align: middle;
    }
    Thread Starter Peetr P

    (@peetr-p)

    Thank you very much for taking your time to help me out, but what exactly am I suppose to do with that code?
    I tried to remove it, but it didn’t make any difference, so i have put it back just in case.

    Any more ideas?

    try to remove the style;

    then clear the browser cache to see the changes – presss ‘CTRL F5’ or ‘reload’ …

    if you have problems with your theme, please contact a artisteer forum for support.

    Thread Starter Peetr P

    (@peetr-p)

    Thank you very much, when i deleted that style, it removed bullets completely, but i have edited that png file and created bullet instead of square, but it’s little bit blurred, wouldn’t you know hoe to rewrite that style to display actual bullet instead of image file?

    hoe to rewrite that style to display actual bullet instead of image file?

    you can’t achieve that by changing that style – the style is adding a :before element to the list instead of the list-style-item;

    you can remove the style, and then add the formatting for the list possibly into style.css of your theme – https://www.w3schools.com/css/css_list.asp
    try to use a browser inspection tool to find out what element you need to style.

    please ask at an artisteer forum for more details.

    Thread Starter Peetr P

    (@peetr-p)

    OK thank you soy much for your time and help i appreciate it very much.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Bullets showing up as weird squares.’ is closed to new replies.