• Resolved Rita

    (@ritahoock)


    How can the bullet point left from each link be eliminated (assuming UL is used) ?
    This seems NOT to be theme dependent as already checked with different themes.

Viewing 1 replies (of 1 total)
  • Plugin Author Mat Lipe

    (@mat-lipe)

    Hello,

    You will want to add this css to your active theme’s style.css file

    .simple-links-item {
        list-style-type: none !important;
    }

    Themes may or may not set this, if it is not set it falls back to your browser.
    There is no css including in this plugin.

    Hope this helps!

Viewing 1 replies (of 1 total)
  • The topic ‘How to eliminate the bullet point’ is closed to new replies.