Title: Additional Classes
Last modified: April 14, 2023

---

# Additional Classes

 *  Resolved [dbarach](https://wordpress.org/support/users/dbarach/)
 * (@dbarach)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/additional-classes-2/)
 * I can’t find documentation on how to use Additional Classes. Do you just put 
   the class name in? I saw a thread in here that had answers with some screenshots,
   but the answers weren’t clear and the screenshots were deleted. Thanks for helping!

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Support [EricStylemixThemes](https://wordpress.org/support/users/ericstylemixthemes/)
 * (@ericstylemixthemes)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/additional-classes-2/#post-16662692)
 * Hello [@dbarach](https://wordpress.org/support/users/dbarach/),
 * Thank you for reaching out!
 * Custom CSS styles can be used to customize elements visually. To do this CSS 
   class should be added while editing the Element. For example, I want to change
   the color of the title in the drop-down element ([Screenshot](http://joxi.ru/zAN3KwWIwykMwr)).
 * The Class will be added to the wrapper of the element on front end ([Screenshot](http://joxi.ru/VrwxKkdCgkP6Dm)).
 * Then by applying the following CSS in Dashboard > Appearance > Customize > Additional
   CSS the color of the label can be changed ([Screenshot](http://joxi.ru/4Ak6VWqiVlw3e2)):
 *     ```wp-block-code
       .custom-color .calc-item__title span {
           color: #ff00ff;
           font-size: 18px;
       }
       ```
   
 * Let me know if it helps.
 * Kind regards
 *  Thread Starter [dbarach](https://wordpress.org/support/users/dbarach/)
 * (@dbarach)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/additional-classes-2/#post-16663365)
 * That did it, thanks!
 *  [maystylemixthemes](https://wordpress.org/support/users/maystylemixthemes/)
 * (@maystylemixthemes)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/additional-classes-2/#post-16680438)
 * You are welcome!
 * Please feel free to open a new topic in case of any other questions or concerns.
 * Best regards
    -  This reply was modified 3 years, 1 month ago by [maystylemixthemes](https://wordpress.org/support/users/maystylemixthemes/).

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Additional Classes’ is closed to new replies.

 * ![](https://ps.w.org/cost-calculator-builder/assets/icon-256x256.png?rev=3525305)
 * [Cost Calculator Builder](https://wordpress.org/plugins/cost-calculator-builder/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cost-calculator-builder/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cost-calculator-builder/)
 * [Active Topics](https://wordpress.org/support/plugin/cost-calculator-builder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cost-calculator-builder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cost-calculator-builder/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [maystylemixthemes](https://wordpress.org/support/users/maystylemixthemes/)
 * Last activity: [3 years, 1 month ago](https://wordpress.org/support/topic/additional-classes-2/#post-16680438)
 * Status: resolved