简体   繁体   English

CSS在wordpress插件上不起作用

[英]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? }网站是www.superfruits.gr,有人可以帮我吗?

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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