• Hi there,

    There appears to be a default bullet icon in lists set as an arrow, i need to remove this completely as it is interfering with a plugin. They are actually covering some of the icons in the plugin….and it is making the page look very messy.

    The link is https://www.worldwidestallionregister.com/classified-ad/

    The site is still VERY much in development and in the early stages so there isn’t a great deal to look at, i just need to get this bit sorted before i can move on.

    Many thanks in advance.

    Matt

Viewing 1 replies (of 1 total)
  • Hi,

    Are you referring to the right arrow under the Latest Classified heading? If you want to remove this go to the style sheet in the following location:

    https://www.worldwidestallionregister.com/wp-content/uploads/montezuma/style.css

    Go to line 919 and remove the following code:

    .widget > ul > li:before {
    content: ‘\203a 0a00a0’;
    margin-left: -10px;
    }

    If you don’t want to remove the code add the following to the bottom of the css file instead:

    .widget > ul > li:before {
    content: none;
    margin: 0;
    }

    Let me know if you have any more queries!

    Thanks,

    Afzaal

Viewing 1 replies (of 1 total)
  • The topic ‘Bullets’ is closed to new replies.