• Resolved tdschrock

    (@tdschrock)


    I’m using OptionTree version 1.1.8.1 and setting custom CSS in my theme using the custom CSS box, and found that OptionTree references a css property that isn’t working. So, I changed line 272 to read:

    $font[] = "color: " . $value['font-color'] . ";";

    instead of

    $font[] = "font-color: " . $value['font-color'] . ";";

    Now, my custom typography works to control the color as well.

    http://wordpress.org/extend/plugins/option-tree/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: OptionTree] Typography/Custom CSS typo’ is closed to new replies.