maikelgalvao
asked 5 years ago
1 Answers
DominicStaff
answered 5 years ago

Which theme, plugin are you using? you can send me your site URL for further checking.

maikelgalvao
replied 5 years ago
Dominic Staff
replied 5 years ago

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;
}

Powered by DW Question & Answer Pro