简体   繁体   中英

CSS doesnt work on wordpress plugin

I am trying to make the fonts of the "search here" bigger in a search plugin and i am failing.I am using the same plugin in two websites,in one it works fine and in the second it doesnt.The code i am using is

#ajaxsearchlite1 .probox .proinput input, div[id*="ajaxsearchlite"] .probox .proinput input {
font-weight: normal;
font-family: Open Sans;
color: rgb(255, 255, 255) !important;
font-size: 16px !important;
line-height: normal !important;
text-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
border: 0;
box-shadow: none;
height: 34px;

} the website is www.superfruits.gr can anyone help me?

如果删除div [id * =“ ajaxsearchlite”]怎么办?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM