Title: Text-Size
Last modified: July 28, 2022

---

# Text-Size

 *  Resolved [massdoo11](https://wordpress.org/support/users/massdoo11/)
 * (@massdoo11)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/text-size-29/)
 * Hello,
 * it’s possible to change text-size of [jobs] widgets ?
 * Specifically the “Keywords” text box, “Location” and the “Job Search” button
 * I’ve tried these codes but it doesn’t work,
 *     ```
       .job_filters .search_jobs input, .job_filters .search_jobs select {
       	font-size: 18px;
   
       }
   
       .job_filters .search_jobs input[type="submit"]{
       	font-size:18px;
       }
   
       .job_filters .search_jobs input{
       	font-size: 18px;
       }
       ```
   
 * Thanks!!!`

Viewing 1 replies (of 1 total)

 *  Plugin Support [Animesh Gaurav](https://wordpress.org/support/users/bizanimesh/)
 * (@bizanimesh)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/text-size-29/#post-15869298)
 * Hi there,
 * You can try below CSS selectors.
 * For the “Keywords” text box:
 *     ```
       .search_jobs #search_keywords {
         font-size: 20px;
       }
       ```
   
 * For the “Location” text box:
 *     ```
       .search_jobs #search_location {
         font-size: 31px;
       }
       ```
   
 * For the “Job Search” button:
 *     ```
       .search_jobs .search_submit input {
         font-size: 29px;
       }
       ```
   
 * Please note that assisting with customization is **outside of the scope of the
   support** that we can offer, per our [support policy](https://wpjobmanager.com/support-policy/).
 * You can try the above CSS, but it is possible we will not be able to assist further
   with the implementation of the CSS.

Viewing 1 replies (of 1 total)

The topic ‘Text-Size’ is closed to new replies.

 * ![](https://ps.w.org/wp-job-manager/assets/icon-256x256.gif?rev=2975257)
 * [WP Job Manager](https://wordpress.org/plugins/wp-job-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-job-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-job-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-job-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-job-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-job-manager/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Animesh Gaurav](https://wordpress.org/support/users/bizanimesh/)
 * Last activity: [3 years, 10 months ago](https://wordpress.org/support/topic/text-size-29/#post-15869298)
 * Status: resolved