• Resolved faishal

    (@halofaishal)


    after updating the plugin to 2.13.9, the bullet icon in list is missing. after checking the css, seems like the code responsible for showing bullet icon in list is indeed removed. in public/css/simple-job-board-public.css this code disappeared:

    .sjb-page .sjb-detail  ul li::before {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 12px;
    left: 0;
    position: absolute;
    top: 0;
    }

    .sjb-page .sjb-detail .list-data .v1 ul li::before,
    .sjb-page .sjb-detail .list-data .v2 ul li::before {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 12px;
    left: 0;
    position: absolute;
    top: 0;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @halofaishal
    Thank you for contacting us.
    We removed this style to maintain consistency with the rest of the website, and we also received similar requests from other customers asking how to remove it.
    If you’d like to add it back, you can do so through the Appearance → Customize → Additional CSS section in the WordPress admin panel.
    Feel free to contact us at [email protected] if you require our further assistance.

    Best regards.

    Thread Starter faishal

    (@halofaishal)

    Hi @majidalipt

    If the plugin want to remove the bullet style to maintain consistency with the website theme, I think its best to remove bullet style related code. Especially list-style: none;, the part responsible for custom bullet styling by removing default bullet, since some theme still gets affected.


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

The topic ‘bullet list doesnt appear’ is closed to new replies.