• Resolved sofiamlepp26725

    (@sofiamlepp26725)


    Does anyone know if it is possible to change the font and text style of the word “search” that comes with this theme?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    You can use this CSS code to apply to Additional CSS of your website.

    
    .site-search__wrap .site-search_input, 
    .widget_search .site-search .site-search_input {
      font-style: italic;
      font-size: 14px;
      font-family: 'Playfair Display', serif;
    }
    

    Then you’ll do some changes on each value accordingly to meet your need.

    I hope this reply helps.

    Regards,
    Kharis

    Thread Starter sofiamlepp26725

    (@sofiamlepp26725)

    Thank you that worked great!

    You’re welcome!

    Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.

    Regards,
    Kharis

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘“search” font’ is closed to new replies.