그누커머시 분류 게시판 깨짐.
본문
http://fifaproclub.com/kfpl/recruitment-center/
분류를 적용했더니 빨간색 바탕에 흰점이 뜹니다.
아무것도 건들지 않았는데 이유가 뭔지 알 수 있을까요?
답변 2
테마 style.css 에서 아래와 같이 되어 있어서 출력이 되고 있습니다.
.entry-content ul:not([class]) li:not([class]):before, .entry-content ol:not([class]) li:not([class]):before {
- speak: none;
- font-style: normal;
- font-variant: normal;
- text-transform: none;
- position: absolute;
- left: -80px;
- top: 5px;
- height: 50px;
- width: 50px;
- line-height: 50px;
- text-align: center;
- font-size: 22px;
- font-family: "Lato", sans-serif;
- font-weight: normal;
- color: #fff;
- background: #d4000f;
감사합니다. 해결되었습니다.
답변을 작성하시기 전에 로그인 해주세요.