1 Answers
Which theme, plugin are you using? you can send me your site URL for further checking.
Answer e questions plugin
You can add the following code to the style.css file:
.dwqa-attachments-button-upload {
position: relative;
text-indent: -9999px;
width: 100%;
overflow: hidden;
padding-left: 30px;
height: 40px;
}
.dwqa-attachments-button-upload:before {
position: absolute;
content: “Choose file”;
left: 0px;
top: 0;
line-height: 40px;
height: 40px;
text-indent: 0;
color: #fff;
padding: 0 10px;
text-transform: uppercase;
font-weight: bold;
z-index: 2;
background: #000;
}
Please login or Register to submit your answer