Hi there,
I would like to change the “Search…” text into body text font.
How can I do that?
Hi there,
I would like to change the “Search…” text into body text font.
How can I do that?
you can change the placeholder value for do it.
@shreyhweb I have know a CSS Code, but I need to change the bold text into regular. Can you help?
.header-search__input {
font-size: 13px;
}
You can use this given code above in theme.liquid
online store >> edit code >> theme.liquid
.header-search__input::placeholder{ font-size:14px!important; font-weight:700!important; } input.header-search__input{ font-size:14px!important; font-weight:700!important; }Thankyou:)