Title: Frontend Errors with my theme
Last modified: March 17, 2018

---

# Frontend Errors with my theme

 *  Resolved [alexlii](https://wordpress.org/support/users/alexlii/)
 * (@alexlii)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/frontend-errors-with-my-theme/)
 * Hello Mayeenul,
 * How is going?
 * I just found there is some frontend error with my theme.
 * [http://prntscr.com/isk0t4](http://prntscr.com/isk0t4)
 * I am using the Kleo theme ([https://themeforest.net/item/kleo-pro-community-focused-multipurpose-buddypress-theme/6776630?s_rank=1](https://themeforest.net/item/kleo-pro-community-focused-multipurpose-buddypress-theme/6776630?s_rank=1))
 * I test it in a fresh created sub site of multisite on wordpress 4.9.4, there 
   is no any error with twenty-seventeen theme.
 * Would you please let me know how to resolve it, thanks.
 * By the way, it would great if you can let me know how to Custom these buttons
   color in Nanosupport.
 * Thanks a lot, and wish you best.
 * Alex

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

 *  Plugin Author [Mayeenul Islam](https://wordpress.org/support/users/wzislam/)
 * (@wzislam)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/frontend-errors-with-my-theme/#post-10086207)
 * **Issue #1**
 * > I just found there is some frontend error with my theme.
 * Pardon us, at this point, we can’t relate the JavaScript issue is coming from
   NanoSupport. Unless we can’t provide any solution regarding this. You can contact
   with the Theme author. But before proceeding make sure to disable NanoSupport,
   and if the problem is still there, it’s definitely not coming from NanoSupport,
   it’s from the theme.
 * And you already found something:
 * > I test it in a fresh created sub site of multisite on wordpress 4.9.4, there
   > is no any error with twenty-seventeen theme.
 * **Issue #2**
 * > By the way, it would great if you can let me know how to Custom these buttons
   > color in Nanosupport.
 * Yes, please open up the WordPress Customizer (Appearance > Customize) and do 
   the CSS. Every NanoSupport page has a ID there, you can use that to be specific.
   Most of the page-specific styling are done in a manner like: `#ns-id .some-class`.
   You can go with the same syntax and it’ll take over the plugin CSS from the Customizer
   CSS. BTW, you can also target with any body class to take control over the thing.`
   body.root-class #ns-id .some-class`. 🙂
 * Screenshot:
    [http://prntscr.com/islgp5](http://prntscr.com/islgp5)
 * Hope it helps.
 *  Thread Starter [alexlii](https://wordpress.org/support/users/alexlii/)
 * (@alexlii)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/frontend-errors-with-my-theme/#post-10086900)
 * Thanks so much.
 * And I tried,
 * #nanosupport-desk .btn-knowledgebase{
    color: White; }
 * #nanosupport-add-ticket .btn-submit-new-ticket{
    color: White; }
 * but the second is not changed the color.
 * is it possible for you to send me a Css sample to custom all the button text 
   to be white?
 * Great appreciated.
 * Alex
 *  Thread Starter [alexlii](https://wordpress.org/support/users/alexlii/)
 * (@alexlii)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/frontend-errors-with-my-theme/#post-10086922)
 * Oh, it works:)
 * #nanosupport-desk .btn-knowledgebase{
    color: White; }
 * #nanosupport-desk .btn-submit-new-ticket{
    color: White; }
 * #nanosupport-knowledgebase .btn-submit-new-ticket{
    color: white; }
 * #nanosupport-knowledgebase .ns-btn-primary{
    color: white; }
 * #nanosupport-add-ticket .ns-btn-primary{
    color: white; }
 * #nanosupport-add-ticket .ns-btn-primary{
    color: white; }
 * #nanosupport-add-ticket .btn-knowledgebase{
    color: white; }
 * Thanks so much.
 * Alex
    -  This reply was modified 8 years, 2 months ago by [alexlii](https://wordpress.org/support/users/alexlii/).
 *  Plugin Author [Mayeenul Islam](https://wordpress.org/support/users/wzislam/)
 * (@wzislam)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/frontend-errors-with-my-theme/#post-10086950)
 * You can try the following one instead of all above. 🙂
 *     ```
       #nanosupport-desk .ns-well .ns-btn,
       #nanosupport-knowledgebase .ns-well .ns-btn,
       #nanosupport-add-ticket .ns-well .ns-btn{
          color: white;
       }
       ```
   
    -  This reply was modified 8 years, 2 months ago by [Mayeenul Islam](https://wordpress.org/support/users/wzislam/).
    -  This reply was modified 8 years, 2 months ago by [Mayeenul Islam](https://wordpress.org/support/users/wzislam/).
 *  Thread Starter [alexlii](https://wordpress.org/support/users/alexlii/)
 * (@alexlii)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/frontend-errors-with-my-theme/#post-10086986)
 * oh,
    Perfect, thanks so much:)
 * Alex

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

The topic ‘Frontend Errors with my theme’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/nanosupport_e9e9e9.svg)
 * [NanoSupport — Support Ticketing & Knowledgebase for WordPress](https://wordpress.org/plugins/nanosupport/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/nanosupport/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/nanosupport/)
 * [Active Topics](https://wordpress.org/support/plugin/nanosupport/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/nanosupport/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/nanosupport/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [front-end](https://wordpress.org/support/topic-tag/front-end/)
 * [javascript conflict](https://wordpress.org/support/topic-tag/javascript-conflict/)

 * 5 replies
 * 2 participants
 * Last reply from: [alexlii](https://wordpress.org/support/users/alexlii/)
 * Last activity: [8 years, 2 months ago](https://wordpress.org/support/topic/frontend-errors-with-my-theme/#post-10086986)
 * Status: resolved