Archived topic
Search Box - Accesibility
4 replies · Started by jcbeal on February 21, 2018
Viewing posts 1–5 of 5
I have the search icon in the nav menu. Due to accessibility problems, I need to increase the size of the Search Icon.
Hi there,
Try this CSS:
.main-navigation li.search-item a {
font-size: 20px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know.
Perfect, thanks.
I need the same also for mobile.
This should work:
.mobile-bar-items a {
font-size: 30px;
}
This archived topic is closed to new replies.