CM Answers (CMA) - Advanced - Custom CSS


Settings - Custom CSS

Back to User Guides

General CSS Tips

Read our guide with in-depth CSS tips that don't apply only to CM Answers.

General Support - Advanced - Custom CSS

The CM Answers 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 CM Answers Custom CSS text box.

Navigate to Admin Dashboard → CM Answers PRO → Settings.

Click on the Custom CSS tab.


Custom CSS

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


Why use CM Answers Custom CSS?

The CM Answers custom CSS feature allows you to change the appearance of your Q&A forum 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 where you inserted an Ajax forum Shortcode.

On the settings page, you will find useful tips and example CSS classes that you can use to control the design:


Here are the steps you need to take in order to set up your CM Answers 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).

The next step is to locate the elements CSS class in the source code

Once you locate the CSS class and define the change, you can use the custom CSS option 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. 

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

For example, this line

.cma-question-button { background:#ffe000; }
Would become this line
.cma-question-button { 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


Get more information about the CM Answers WordPress Plugin

Find other WordPress products at the CreativeMinds WordPress Store

Let us know how we can Improve this Product Documentation Page

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