Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author wpseek

    (@alphawolf)

    Hey polymerist,

    just add

    .sya_container li {
       list-style-type: none;
    }

    to your theme’s style.css file.

    Thread Starter polymerist

    (@polymerist)

    Does not seem to work. :-/

    Plugin Author wpseek

    (@alphawolf)

    Maybe other style definitions override that. Do you happen to have a link?

    Thread Starter polymerist

    (@polymerist)

    Ah, yes sorry. The link is: https://polymerist.com/archives

    Thanks!

    Plugin Author wpseek

    (@alphawolf)

    Adding

    .sya_container ul li {
      list-style-type: none;
    }

    to the wp-content/themes/genesis-sample/style.css should do the trick.

    Thread Starter polymerist

    (@polymerist)

    Still doesn’t work. :-/

    Plugin Author wpseek

    (@alphawolf)

    Did you add the above CSS to your wp-content/themes/genesis-sample/style.css file? Can’t see it anywhere. ??

    Thread Starter polymerist

    (@polymerist)

    Sorry was on hiatus.

    Should be in there under Section 15 as:

    /* Remove bullets from Archive Page */
    .sya_container ul li {
    list-style-type: none;
    }

    Doesn’t seem to work still.

    Plugin Author wpseek

    (@alphawolf)

    Hey polymerist, did you edit the plugin code? I don’t see any of the CSS classes the plugin adds to the output. Are you even using my plugin to generate the list? ??

    Anyways, here’s the CSS that should be working:

    .entry-content ul.archive-list li {
      list-style-type: none;
    }
    Thread Starter polymerist

    (@polymerist)

    Just edited the plugin code as well. No luck.

    And yes, it is your plugin. lol.

    Plugin Author wpseek

    (@alphawolf)

    Actually it’s not. ?? The generated HTML output doesn’t look like my plugin’s output at all.

    But adding to your CSS file should be working anyways.

    .entry-content ul.archive-list li {
      list-style-type: none;
    }

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Removal of bullet point’ is closed to new replies.