Support

Account

Home Forums Bug Reports Fix styles on taxonomies

Helping

Fix styles on taxonomies

  • Fields on edit-tags.php could be made to line up perfectly and look identical to the native fields (i.e., name, slug, description, etc.) by just adding the following rules to acf-input.css:

    
    #addtag .acf-field .acf-label label {
      font-size: 12px;
      font-weight: 400;
    }
    
    #edittag .form-table .acf-label {
      padding: 20px 10px 20px 0;
    }

    Could this small fix be added to the next version of ACF?

  • Hi @timothy_h

    Thank you for the suggestion.

    This would really make an ideal addition to the plugin.

    The information has been sent to Elliot and hopefully this should be integrated soon.

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Fix styles on taxonomies’ is closed to new replies.