Hi, you can do it with css. Can I see the upload form?
Regards
Nickolas
yea you can see it on coolvibes.uk and scroll rite down till you
see favorite holiday hotspots the form is there
Hi, here is some css that will make the upload form look nicer:
div#wordpress_file_upload_block_1 {
margin-left: 24px;
}
div#wordpress_file_upload_block_1 * {
font-family: Kanit;
}
td.file_td_clean {
border: none !important;
padding: 0 4px 0 0 !important;
}
input#fileName_1 {
font-size: 14px;
}
input#input_1, input#upload_1 {
background: #ff0442 !important;
line-height: 1;
border: none;
font-size: 14px;
}
input#input_1.file_input_button_hover, input#upload_1:hover:not(:disabled) {
background: #c70435 !important;
}
input#upload_1:disabled {
color: #ddd !important;
}
Regards
Nickolas
oh wonderful 🙂 and in which css do put this in
and i which section?
You need to put it in Custom CSS area of your theme.
Nickolas