Navigation überspringen

[Gelöst] Split: How to format the font on the search area

This support ticket is created vor 5 Jahre. 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)

Dieses Thema enthält 2 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von ibrahimM vor 5 Jahre.

Assistiert von: Waqar.

Author
Artikel
#1633347

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

Thank You

#1633617

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: versteckter 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:
versteckter Link

regards,
Waqar

#1633731

My issue is resolved now.

Thanks for the picture method explanation.. very much appreciated

Thank you!