Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author N-Media

    (@nmedia)

    Hi,

    do you mean to change font size/styles or folder names? Changing folder and button names with CSS is not possible.

    Thread Starter funderburgh

    (@funderburgh)

    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.

    Plugin Author N-Media

    (@nmedia)

    Hi,

    yes you can use following css:

    #ffmwp_save_files_btn {
        background-color: red;
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Styling Folders, buttons’ is closed to new replies.