문제

I created a form using Chronoforms for Joomla 3.0. All works well, except a second blue checkmark appears when you check a box in the Checkboxes Group.

I can't find the CSS styling to disable this occurrence.

Site: http://www.greenwoodac.com/get-a-quote

Thanks for your assistance in this matter.

도움이 되었습니까?

해결책

It looks like the Beez3 template has form styling included. The CSS is at http://www.greenwoodac.com/templates/beez3/css/layout.css line 362:

input[type="checkbox"]:checked + label:before {
    background: linear-gradient(-45deg, #FEFEFE, #0B70CD) repeat scroll 0 0 transparent;
    border: 1px solid #0B70CD;
    content: "✔";
    text-indent: 0;
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top