Title: CFSAdmin's Replies | WordPress.org

---

# CFSAdmin

  [  ](https://wordpress.org/support/users/cfsadmin/)

 *   [Profile](https://wordpress.org/support/users/cfsadmin/)
 *   [Topics Started](https://wordpress.org/support/users/cfsadmin/topics/)
 *   [Replies Created](https://wordpress.org/support/users/cfsadmin/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/cfsadmin/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/cfsadmin/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/cfsadmin/engagements/)
 *   [Favorites](https://wordpress.org/support/users/cfsadmin/favorites/)

 Search replies:

## Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page Flip Image Gallery] Error after update](https://wordpress.org/support/topic/error-after-update-20/)
 *  Thread Starter [CFSAdmin](https://wordpress.org/support/users/cfsadmin/)
 * (@cfsadmin)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/error-after-update-20/#post-4109573)
 * Hello,
 * Decided to have a little play with the code and added ^ in at the end (after 
   the i and before the “) and all is well with the world 🙂
 * function isUrl( $url )
    { return preg_match(“^http:\/\/[-0-9a-z\._]+.*$/i^”, 
   trim( $url )); }
 * Sorry to have bothered you, but just in case anyone else has the problem, this
   could be your answer 🙂
 * Gareth 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post UI Tabs] Plugin overrides Theme fonts](https://wordpress.org/support/topic/plugin-overrides-theme-fonts/)
 *  [CFSAdmin](https://wordpress.org/support/users/cfsadmin/)
 * (@cfsadmin)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/plugin-overrides-theme-fonts/#post-3897442)
 * Hello John
 * Took a stab in the dark and now have the font size down and all is well. This
   is what I added at the bottom of the stylesheet and it works 🙂
 *     ```
       .ui-widget,
       .ui-widget input,
       .ui-widget select,
       .ui-widget textarea,
       .ui-widget button { font-family: Arial, Helvetica, Sans-serif!important;
           font-size: 12px!important; }
       ```
   
 * Thank you, thank you, thank you 🙂
 * Working in IT is a pain and I know how much time is needed by us all so a big
   thank you for all the time you have taken 🙂
 * Gareth 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post UI Tabs] Plugin overrides Theme fonts](https://wordpress.org/support/topic/plugin-overrides-theme-fonts/)
 *  [CFSAdmin](https://wordpress.org/support/users/cfsadmin/)
 * (@cfsadmin)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/plugin-overrides-theme-fonts/#post-3897441)
 * Hello John
 * Thanks very much for getting back so quick. I have tried this but no luck. Was
   wondering if it’s the size of the font as it looks similar now? How do I change
   the font size for it if this is the case?
 * Thank you once again,
 * Gareth 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post UI Tabs] Plugin overrides Theme fonts](https://wordpress.org/support/topic/plugin-overrides-theme-fonts/)
 *  [CFSAdmin](https://wordpress.org/support/users/cfsadmin/)
 * (@cfsadmin)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/plugin-overrides-theme-fonts/#post-3897439)
 * Hello Mark
 * I did add them then took them out as they did nothing. I will add them again 
   so you can see if am doing it right.
 * I am a Network Manager with a fair bit of experience in WordPress which is why
   I don’t get what it is doing. My CSS and PHP are not great but I understand the
   basics. If something more in-depth is needed, I am happy to try.
 * Again, thank you so much for all your help and especially your time.
 * Gareth 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post UI Tabs] Plugin overrides Theme fonts](https://wordpress.org/support/topic/plugin-overrides-theme-fonts/)
 *  [CFSAdmin](https://wordpress.org/support/users/cfsadmin/)
 * (@cfsadmin)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/plugin-overrides-theme-fonts/#post-3897434)
 * No problem.
 * Many thanks for all the time you are taking
 * [Here you go 🙂](http://31.25.189.250/~cfsnotts/learning/careers-and-guidance/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post UI Tabs] Plugin overrides Theme fonts](https://wordpress.org/support/topic/plugin-overrides-theme-fonts/)
 *  [CFSAdmin](https://wordpress.org/support/users/cfsadmin/)
 * (@cfsadmin)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/plugin-overrides-theme-fonts/#post-3897429)
 * Hello Mark
 * I have added to the stylesheet the bits you suggested but the font still doesn’t
   change.
 * I think I am not explaining myself correctly. If I understand, you enter this
   in the style.css (which I have done)
 * .ui-widget,
    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget
   button { font-family:inherit!important; }
 * and then all should work?? If this is the case then unfortunately, it doesn’t
   resolve my problem. I am gutted as this plugin is great and just what I needed.
   🙁
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post UI Tabs] Plugin overrides Theme fonts](https://wordpress.org/support/topic/plugin-overrides-theme-fonts/)
 *  [CFSAdmin](https://wordpress.org/support/users/cfsadmin/)
 * (@cfsadmin)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/plugin-overrides-theme-fonts/#post-3897411)
 * Hello
 * Awesome plugin by the way. Have recommended this to my friends with WordPress
   sites as it’s great 🙂
 * I have tried adding the code to my style.css but to no avail. Where do I find
   the code above that?
 * I have gone through everywhere I can think of but no joy or am I just being thick?
 * Thank you for any help that you can give.

Viewing 7 replies - 1 through 7 (of 7 total)