bullet list doesnt appear
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘bullet list doesnt appear’ is closed to new replies.