• I love the toggle function! However, it is overriding my theme’s fonts. I am using the free book lite theme, which uses Century Schoolbook.

    As per another user’s question I tried using the jquery ui theme roller, but I’m not sure what I did wrong. I would like to modify the Redmond theme.

    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author Matt Lowe

    (@squelch)

    Hi emdragon, sorry for the delay in getting back to you. Using the themeroller is a slightly more advanced topic, I want to simplify the process for this at some point but it’s difficult finding the time to work on the theme at the moment. Right now it’s easier in many respects to roll your own custom css to make minor changes to an existing template.

    Something like this should give you what you need:

    .squelch-taas-override.ui-widget {
        font-family: Century Schoolbook,Times New Roman,serif;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Toggles – content font’ is closed to new replies.