Title: Plugin customisation
Last modified: February 28, 2017

---

# Plugin customisation

 *  Resolved [evgeniy72409](https://wordpress.org/support/users/evgeniy72409/)
 * (@evgeniy72409)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/plugin-customisation/)
 * Hi,
    I have installed this plugin. It looks quite nice.
 * But when I added nooz shortcode on the homepage all my fonts became ugly.
 * How can I customise this shortcode view? I added in CSS:
    nooz-link nooz-datetime
   nooz-excerpt
 * but nothing happened.
 * Maybe it does not work well with my current template?
 * Thanks

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

 *  Thread Starter [evgeniy72409](https://wordpress.org/support/users/evgeniy72409/)
 * (@evgeniy72409)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/plugin-customisation/#post-8856745)
 * Also it seems my current template does not work well with this plugin. When I
   add something into CSS, nothing happens.
 * Thanks
 *  Plugin Contributor [farinspace](https://wordpress.org/support/users/farinspace/)
 * (@farinspace)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/plugin-customisation/#post-8858396)
 * Hi, I will try to help .. what was the exact CSS that you entered (I assume you
   are familiar with writing CSS syntax)?
 * However, if I am to take your comment literally, just entering:
 *     ```
       nooz-link
       nooz-datetime
       nook-excerpt
       ```
   
 * would definitely result in the entire CSS file becoming temporarily invalid. 
   Here are some sample CSS instructions/syntax, to get your started:
 *     ```
       .nooz-link {
           color: #ff0000;
           font-size: 32px;
       }
       .nooz-datetime {
           font-weight: bold;
       }
       .nook-excerpt {
           color: #999999;
           padding-left: 40px;
       }
       ```
   
 * Here is some basic info on [CSS syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/Syntax),
   additionally Google “[css cheatsheet](https://www.google.com/?q=css+cheatsheet)”
   and you’ll get up an running on no time.
    -  This reply was modified 9 years, 3 months ago by [farinspace](https://wordpress.org/support/users/farinspace/).
      Reason: code formatting

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

The topic ‘Plugin customisation’ is closed to new replies.

 * ![](https://ps.w.org/nooz/assets/icon-256x256.png?rev=3498463)
 * [Nooz](https://wordpress.org/plugins/nooz/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/nooz/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/nooz/)
 * [Active Topics](https://wordpress.org/support/plugin/nooz/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/nooz/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/nooz/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [farinspace](https://wordpress.org/support/users/farinspace/)
 * Last activity: [9 years, 3 months ago](https://wordpress.org/support/topic/plugin-customisation/#post-8858396)
 * Status: resolved