test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • yakabout Friend
    #181478

    After updating to 1.05, among a bunch of other annoying bugs I have found, this one really irks me. Take a look at the weblinks page on my website here: http://modernkayakfishing.com/resources

    What is with all the black square dots that have suddenly appeared? It is butt-ugly and I have no idea why or how that has appeared. Anyone else seen this and does anyone know a fix?

    arucardx Friend
    #470301

    Those black dots are actually from ja_wall/themes/classic/images/bullet-1.png

    I’m not sure if this is the correct fix since I can’t test it. But try going to themesminimalistcsstheme.css and look for this line.

    .container-main ul li {
    background-image: url(../images/bullet-1.png);
    }

    It looks like it’s missing a no repeat so perhaps adding one would solve it.

    .container-main ul li {
    background-image: url(../images/bullet-1.png) no-repeat;
    }

    Hmmm you can even remove the background image if you don’t need it.

    yakabout Friend
    #470335

    Fixored. That did the trick. Thanks a million mate. Luckily for Joomlart there are community members doing their job for them. 🙂

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  yakabout 12 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum