Changinc fonts in the search bar
-
Hello, i’m trying to change all the fonts in the search bar. Actually i already changed the initial placeholder font with this CSS code:
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::placeholder { opacity: 0.8!important; color:black!important; font-family: Sans-Serif!important; font-weight: bold!important } .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::-webkit-input-placeholder { opacity: 0.8!important; color:black!important; font-family: Sans-Serif!important; font-weight: bold!important } .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:-moz-placeholder { opacity: 0.8!important; color:black!important; font-family: Sans-Serif!important; font-weight: bold!important } .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::-moz-placeholder { opacity: 0.8!important; color:black!important; font-family: Sans-Serif!important; font-weight: bold!important } .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:-ms-input-placeholder { opacity: 0.8!important; color:black!important; font-family: Sans-Serif!important; font-weight: bold!important }
but it only changes the placeholder font and not all the fonts in the search bar (like the font when you text in the search bar or the font in the Title of the items that appears)
How can i do that? THanks.
- The topic ‘Changinc fonts in the search bar’ is closed to new replies.