Home Forums WoodMart support forum Change font for search box

Change font for search box

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #653652

    ozdigi
    Participant

    Hello, I want to change the font for the search box. I know that I can edit it from the advanced font settings section. However, I do not know which class the relevant field is in.

    https://prnt.sc/-fDjhcwWqQ-O

    https://prnt.sc/IfgJ1xC4nzsR

    #653792

    Hello,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global CSS section:

    .wd-search-full-screen .searchform input[type="text"] {
        font-family: monospace, sans-serif; /* Replace with your preferred font */
        font-weight: 400; 
        font-style: normal; 
        font-size: 20px !important;
    }

    Best Regards,

    #653819

    ozdigi
    Participant

    Thank you. 🙂

    #654050

    Hello,

    You’re very welcome! I’m glad I could help. If you need anything else, feel free to reach out!

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards,

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Change font for search box’ is closed to new replies.