Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Derek Herman

    (@valendesigns)

    This is all without testing, but should work. The basic idea is to add a CSS file to your theme and enqueue it in the admin area.

    1. Create a directory named css in the root of your theme.

    2. Create a file named ot-custom-style.css in the directory you just made.

    3. Add the code in this gist https://gist.github.com/97575dab7e75a5c426cf to your functions.php.

    4. Add your custom styles to the CSS file.

    After all that’s done you’ll have successfully enhanced the default styles of OptionTree

    Nice my theme option page looks great now:D.

    I have one more question. Is there a way to give a different class to each section? to be able to hook them in the css. I would like to put a different icon to each section from the menu. This would be awesome, if it’s possible.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Styling the "Theme Options"’ is closed to new replies.