Title: Adding text before dropdown
Last modified: January 7, 2020

---

# Adding text before dropdown

 *  Resolved [juliehaydar](https://wordpress.org/support/users/juliehaydar/)
 * (@juliehaydar)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/adding-text-before-dropdown/)
 * Hello,
    I love this plugin and the clean layout.
 * I’m just wondering how i could add the text ‘Select Font:’ before the drop down
   font list.
 * As well as adding a light grey border around the text input area.

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

 *  Plugin Author [kontur](https://wordpress.org/support/users/kontur/)
 * (@kontur)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/adding-text-before-dropdown/#post-12300189)
 * Hey Julie,
 * you can probably solve both with a bit of custom css which you need to add to
   your site (theme, child theme, custom css or via a plugin, google will help you
   there).
 * The code for adding a frame around the text area would be:
 *     ```
       .fontsampler-wrapper .current-font {
         border: 1px solid grey;
       }
       ```
   
 * The code to add a text before the dropdown could be something like:
 *     ```
       .fontsampler-wrapper .font-lister::before {
         content: "Pick a font";
         display: inline-block;
       }
       ```
   
 * Let me know if those work out 🙂
 * -Johannes
 *  Thread Starter [juliehaydar](https://wordpress.org/support/users/juliehaydar/)
 * (@juliehaydar)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/adding-text-before-dropdown/#post-12300271)
 * Absolute Legend!!
    Worked perfectly Thank you
 *  Plugin Author [kontur](https://wordpress.org/support/users/kontur/)
 * (@kontur)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/adding-text-before-dropdown/#post-12300275)
 * Great, glad to help. If you can spare the minute please leave a review/rating,
   otherwise just enjoy the plugin 😉

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

The topic ‘Adding text before dropdown’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/fontsampler_e1c3c0.svg)
 * [Fontsampler](https://wordpress.org/plugins/fontsampler/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/fontsampler/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/fontsampler/)
 * [Active Topics](https://wordpress.org/support/plugin/fontsampler/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/fontsampler/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/fontsampler/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [kontur](https://wordpress.org/support/users/kontur/)
 * Last activity: [6 years, 4 months ago](https://wordpress.org/support/topic/adding-text-before-dropdown/#post-12300275)
 * Status: resolved