[Listify Theme] – Change field editor
  • display style to match Listify (circles with checks)
  • style.css

    #jmfe-wrap-METAKEY {
    	list-style: none;
    	display: inline-block;
    	margin-right: 8px;
    }
    
    #jmfe-custom-METAKEY:before {
    	display: inline-block;
    	font-family: Ionicons;
    	speak: none;
    	font-style: normal;
    	font-weight: 400;
    	font-variant: normal;
    	text-transform: none;
    	text-rendering: auto;
    	line-height: 1;
    	-webkit-font-smoothing: antialiased;
    	-moz-osx-font-smoothing: grayscale;
    	content: 'f120';
    	margin-right: 4px;
    	color: #f59119;
    }
    No comments yet.

    Leave a Reply