Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Frederic Serva

    (@fredserva)

    I’ve added a new tab in the settings to help fix this kind of conflicts with themes.
    Go to the tab named Custom CSS and type in the textarea:

    .author_box_tabs_navigation li {
    list-style-type: none !important;
    }

    Save the settings.
    That should do the trick!

    Thread Starter Chris

    (@ccccppw)

    Unfortunately, it looks like updating to the latest version of the plugin broke the last CSS formatting you helped me with – in addition, I still see the bullet points for some reason (after adding the new custom CSS).

    EDIT:
    It took a little to refresh, but bullets are gone – thanks! I’ll go through and follow your instructions from last time to fix the broken tabs.

    Plugin Author Frederic Serva

    (@fredserva)

    Here is the custom CSS (with the previous formatting) to add in the textarea.

    .author_box_tabs_navigation li { list-style-type: none !important; }
    ul.author_box_tabs_navigation { margin:0 !important; }
    .author_box_tabs nav { margin-bottom: -53px; }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘"ul" bullets in Author Box’ is closed to new replies.