• Resolved anonymized-14293447

    (@anonymized-14293447)


    I need a little CSS tweak, since the latest version has changed the widget style.
    I need to remove the bullet listing, but if I remove li from line
    echo '<li><a href="'.get_the_permalink().'">'.get_the_title().'</a></li>';
    then it loses the list. Can you advice?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter anonymized-14293447

    (@anonymized-14293447)

    I have already resolved by adding list-style-type: none; to .job_bm_widget_latest_job li class in job-bm-widgets.css file.

    Plugin Author PickPlugins

    (@pickplugins)

    hi, you should not edit core plugin file, you will be lost your code after next plugin update.

    use 3rd party css plugin.

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘remove bullets from widget job list’ is closed to new replies.