YES/No switch not shown

relsig

Member
Hello

I'm using a bootstrap 2 template from Joomlart. In order to make the checkmarks and the Yes/No work they created the CSS styles below. With these styles in the custom.css file it was working. Suddenly it is not working any more. I adjusted all the settings you recommend for the Akeeba Admin Tool and it seems to me that the custom.css file is loaded. But It has no effect.

CSS:
@font-face {   
    font-family: 'IcoMoon';
    src: url('../../../media/jui/fonts/IcoMoon.eot');
    src: url('../../../media/jui/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../../../media/jui/fonts/IcoMoon.woff') format('woff'), url('../../../media/jui/fonts/IcoMoon.ttf') format('truetype'), url('../../../media/jui/fonts/IcoMoon.svg#IcoMoon') format('svg');
    font-weight: normal;
    font-style: normal;
    }

    .com_fabrik [data-icon]:before {
    font-family: 'IcoMoon';
    content: attr(data-icon);
    speak: none;
    }
   
.com_fabrik .icon-checkmark {
         display: inline-block;
         width: 14px;
         height: 14px;
         margin-right: .25em;
         line-height: 14px;
}

.com_fabrik .icon-checkmark:before {
         content: "\47";
         font-family: 'IcoMoon';
         font-style: normal;
         speak: none;
}

.com_fabrik .radio.btn-group input[type="radio"] {   
     display: none;
}

Has something changed with Joomla 3.6.2 and Fabrik 3.5 that would effect this?

since that part of our homepage has to do with money I will PM you the link.

Thank you
 
I'll take a look when I get the PM.

Rather than using custom CSS, it would probably be easier to override the layout for that element.

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top