Archived topic
Advanced Woocommerce Search: font sizes
4 replies · Started by Frank on March 21, 2018
Hello!
Im trying to adjust the font size of the search input field from the 'AWS' search widget.
I managed to do it on the result display, but cant seem to target the right classes for the input field.
.aws-search-result {
font-size: 25px;
padding: 15px;
}
Could anyone help me out on this :)? (site not active yet)
Regards,
Rob
Hi there,
Since it's coming from a plugin it's impossible for us to help without seeing the site live.
The plugin developer should be able to answer it without seeing the site.
We can definitely try if you can unlock the site as well.
Hi Leo,
I have the site open right now for about an hour. It's past midnight in EU anyway :).
If you have time to have a look would be great.....
Think i'm getting the hang of this inspecting thing :). Sorry for bothering you with this in the first place, but i was at this for quite a while.....
Finally found what to target and was forgetting to clear the caching plugins I just installed for testing site performance. (Which is great of course with generatepress!)
.aws-container .aws-search-field {
font-size: 25px;
}
Might be of help for another Woocommerce user ;).
Cheers,
Rob
Glad you figured out!