any way to make the search bar rectangle like windows 10 for win11? #458
-
i have a rounded search bar |
Beta Was this translation helpful? Give feedback.
Answered by
srwi
Nov 17, 2023
Replies: 2 comments
-
In the installation directory of EverythingToolbar you will find the styles for each user control. You should be able to swap out the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Rezy774
-
also anyway to make the search box white and changing text of the search box without changing system theme? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the installation directory of EverythingToolbar you will find the styles for each user control. You should be able to swap out the
SearchBox.xaml
andTextBox.xaml
in theWin10
andWin11
theme folders. After restarting EverythingToolbar the style should be changed.