• Resolved massdoo11

    (@massdoo11)


    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

    (@bizanimesh)

    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.

    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.