Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Option Tree – Fallbacks?

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #43696
    Jeager
    Member

    So I am using OT to try and add some user-end options. I am working off building it from another theme’s ‘theme-options.php’ file and things are going rather well. However I am making an option for font size change and I’d like to use rem units with a px based fallback if possible.

    array(
    ‘label’ => ’12px’,
    ‘value’ => ’12px’
    ),

    Is there a way to do something like.. ‘1.2rem , 12px’ ?

Viewing 1 post (of 1 total)
  • The forum ‘Back End’ is closed to new topics and replies.