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

    (@brinia)

    The plugin by default inherits its style from the theme style. I didn’t want to add any styling so the plugin don’t look odd in the theme you applied. To fix that, you open the style.css in the theme directory and add to the ul the following CSS rule list-style: none;

    Hi,

    i’m having the same problem but im not sure exacly what code to input to remove the bullet points. could you provide anymore guidance on that? would be greatly appreciated!

    Kevin

    Sorry – to add – i would like to the bullets to not show up but I also dont want to remove the bullet from my site completely, is that possible?

    Plugin Author BriniA

    (@brinia)

    You need to add the following CSS rule:

    #afp-container ul{ list-style: none; }

    This will remove the bullet points for the portfolio items without affecting the others lists on your site.

    Thanks that helps!

    For some reason though, the plugin only displays at the top of the page…so if I place the shortcode under a chunk of text, it always shows at the top of the page regardless.

    Is that something that I can fix?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Showing bullet points on text and images’ is closed to new replies.