Hi,
do you mean to change font size/styles or folder names? Changing folder and button names with CSS is not possible.
I appreciate your response. I would be grateful if you could help me re-color the “Select Files” button, My CSS is not working:
.ffmwp_save_file_button_wrapper
.ffmwp_save_file_button {
background-color: #137ed6;
}
Anonymous User 20702716
(@anonymized-20702716)
You are missing an “s” after _file[s]_. Also it is the id not a class. So put a “#” instead of a dot “.” in front of the selector.
Hi,
yes you can use following css:
#ffmwp_save_files_btn {
background-color: red;
}