Skip Navigation

[Resolved] Split: How to format the font on the search area

This support ticket is created 3 years, 11 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 2 replies, has 2 voices.

Last updated by ibrahimM 3 years, 11 months ago.

Assisted by: Waqar.

Author
Posts
#1633347

How to format the font on the search area (in the picture)

Thank You

#1633617

Waqar
Supporter

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Hi,

To change the font styles for the text in the select/dropdowns in the search form, you can include some custom CSS code in your view.
( example screenshot: hidden link )


.wpv-filter-form select {
    font-size: 20px;
    line-height: 22px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

Note: Feel free to adjust the CSS code as needed and to check which CSS styles are applying to different page elements, you can use Google Chrome's inspect element tool, as explained in this guide:
hidden link

regards,
Waqar

#1633731

My issue is resolved now.

Thanks for the picture method explanation.. very much appreciated

Thank you!

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.