Viewing 15 replies - 1 through 15 (of 21 total)
  • Hi shqipo! I’ve got an update to the plugin hopefully coming before the end of the week that should reduce the occurrence of this issue across more themes. But I’m not sure if it will work in your case.

    Anyway, try adding the following to your theme’s style.css file:

    .post ul.fdm-menu, .post ul.fdm-section {
    list-style: none;
    padding-left: 0;
    }

    It looks like you are using a stock theme from Elegant Themes, so if you know how, you should be using a child theme. They should be able to help you switch to a child theme so you’re not editing the stock them files.

    Thread Starter shqipo

    (@shqipo)

    Great – thank you!

    Glad it’s working for you shqipo. I’m trying to establish credibility for this new plugin, so if you have the time to rate it, I’d really appreciate it. Thanks!

    I have tried to add the css in the post as well but not having any luck. I am using a child theme on the Genesis framework. Any help would be greatly appreciated.

    Hi nobruob4,

    If you send me the link to your site I can take a look and offer some appropriate CSS.

    Ok great, Here is the link.

    Try adding this:

    .entry-content .fdm-menu li {
      list-style: none;
    }

    Your the man Nate! Thanks

    Hello,
    I just installed your plugin and I liked how it is light and open. I just have the same issue of this people before: bullet points showing.
    I tried to paste to my style.css both the codes you gave but they don’t work. Tried to look at my css to see if something was maybe in conflict but couldn’t find anything.
    Could you give me an help? I really would like to use this plugin.

    the website I’m talking about is

    Hi arimanuel,

    If you send me the link to your site I’ll take a look.

    Oh, I just noticed that it cut off the link on your last message. If you’re having trouble sharing the link, you can always send it via the contact form on my site.

    I try again with the link:
    https://marionio02.bugs3.com/

    Any help is greatly appreciated =)

    Hi arimanuel,

    Try this CSS code:

    .post-entry .fdm-menu li {
      background-image: none;
      padding-left: 0;
    }

    background-image! I would have never thought of that but worked as a charm!
    You and your app deserve 5 stars and my thanks =)

    Hi NateWr,

    I have the same issue with bullet points showing up. I’ve tried pasting the 3 codes you provided above into my style.css but they didn’t work.

    Here’s the link to my page: https://s264931963.onlinehome.us/#menu

    Any ideas on how I can get rid of them?

    Thanks!
    Michelle

Viewing 15 replies - 1 through 15 (of 21 total)
  • The topic ‘Bullets points show up’ is closed to new replies.