Search Bar Font

Hello

Could you help me change the font of the Search Bar?

Also, is there any chance of replying to my previous requests?

Thank you,
Lucy

hey there
Hope you are having a good day and thank you for your question :slight_smile:
Please add this CSS in appearance - customize - additional CSS


.nav-search input {
font-family:monospace !important; //change this to your desired font.
}

As for the previous tickets, I’ll check them out and respond to you on the same.
Thanks!
Colorlib Support Team

Hello

Thank you, I tried this but nothing happened:

.nav-search input {
font-family: guess !important;
}

I should specify this is to change the font of the search bar widget in the sidebar.

Thanks again,
Lucy

Hi there

I can’t see any sidebar on your site: https://lucydimarino.com/
Please always include a link to the page in the question

It’s on the membership page so the content is hidden. If you have any css to change the font of the search bar in the sidebar, please pass it on. Thanks!

Please also see the next comment.

Can you tell me how to delete all of my posts, comments and requests from this forum? I believe data laws specify I am able to.

Sorry, but without seeing website I cant provide a fix, custom CSS is needed to fix it

Well, there is no option to delete posts comments etc, but there is also nothing to worry about them,

It greatly puzzles me that you say so often you cannot offer the css and then I find css online that works! Anyway, here it is…

input.search-query {
font-family: guess !important;
}

Thanks anyway,
Lucy

And here is the css to change the button font:

#searchsubmit {
font-family: guess sans light
}

Although I opted for this:

#searchsubmit {
display: none;
}

Hi Lucy

That’s awesome if you found the code on the internet and its working in the theme you are really lucky :slight_smile: