WordPress File Manager Plugin (CMDM) - Settings - Custom CSS


Settings - Custom CSS

Back to User Guides

Quick Read

What is CSS

CSS allows you to make changes that WordPress, themes and even the plugins don't support. Be sure to test all changes before applying!  Learn more: General Support - Advanced - Custom CSS

CreativeMinds Can Help

If you prefer not modifying CSS and visual elements by yourself, CreativeMinds can help adapting CM plugins to your theme. Learn more: Plugin Installation Service for WordPress by CreativeMinds

The WordPress File Manager plugin Custom CSS tab in the plugin interface allows you, as site Admin, to override any of the plugin’s CSS rules by simply placing your own styles in the Custom CSS text box.

Navigate to Admin Dashboard → CM Download Manager Pro → Settings Custom CSS.

Here you can override the plugin’s CSS rules by simply placing your own styles in the custom CSS text box:

Custom CSS settings - WP File Download Plugin
Custom CSS settings

Why use WordPress File Manager plugin custom CSS?

The WordPress File Manager plugin custom CSS feature allows you to change the appearance of your download area and customize it in case you want it to match your WordPress theme, insert a special design for holidays and events, or simply make it more appealing and to your liking. Once modified, the custom CSS will take effect on any page or post.


Here are the steps you need to take in order to set up your WordPress File Manager plugin custom CSS

  • To locate the existing CSS rules, right-click on any element and in the browser menu and look for the option “Inspect Element” (This option may be phrased differently depending on what internet browser you’re using).

    Enabling browswer console - File Manager Plugin for WordPress
    Enabling browswer console
  • The next step is to locate the item element and its CSS class in the source code:

    Example of a CSS class - File Download Plugin
    Example of a CSS class
  • Once you locate the CSS class and define the change, you can use the custom CSS found in the plugin settings to customize and alter the elements!

TIP: Making your custom CSS priority with !important

If your custom CSS is not working and appearing crossed out, it means other rules have higher priority. 

Examply of low CSS priority items - WordPress Document Management
Examply of low CSS priority items

You can set your rule as more important by adding the !important property. 

For example, this line:

.cma-question-button a { background:#ffe000; }
Would become this line
.cma-question-button a { background:#ffe000 !important; }

Read more about !Important: How to apply !important in CSS?

Quick Read

What is CSS

CSS allows you to make changes that WordPress, themes and even the plugins don't support. Be sure to test all changes before applying! Learn more: General Support - Advanced - Custom CSS

CreativeMinds Can Help

If you prefer not modifying CSS and visual elements by yourself, CreativeMinds can help adapting CM plugins to your theme. Learn more: Plugin Installation Service for WordPress by CreativeMinds


More information about the WordPress File Manager Plugin

Other WordPress products can be found at CreativeMinds WordPress Store

Let us know how we can Improve this Product Documentation Page

To open a Support Ticket visit our support center
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.