Replies: 0
Hi.
I’m trying to change the font inside the search bar from italic to normal and it doesn’t work.
The code i tried inside google chrome inspect is:
.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input, .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover, .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
font-style: normal;
}
Any help will be appreciated.