Title: Enforce custom CSS
Last modified: March 30, 2022

---

# Enforce custom CSS

 *  [sholis](https://wordpress.org/support/users/sholis/)
 * (@sholis)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/enforce-custom-css/)
 * Hello everyone,
    please how can i arrange team member’s name alphabetical on 
   this page
 * i want to change the colour on this tab to another [http://prntscr.com/wiyh5v](http://prntscr.com/wiyh5v)
 * i have added this CSS to additional css menu, but it wont work [http://prntscr.com/wiyz2r](http://prntscr.com/wiyz2r)
 * .wpb-js-composer .vc_tta-color-mulled-wine.vc_tta-style-classic .vc_tta-tab>a{
   
   border-color: #484152; background-color: #701240;!important color: #fff; }
 * kindly assist
    -  This topic was modified 5 years, 2 months ago by [sholis](https://wordpress.org/support/users/sholis/).
    -  This topic was modified 4 years ago by [Jan Dembowski](https://wordpress.org/support/users/jdembowski/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fenforce-custom-css%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [tugbucket](https://wordpress.org/support/users/tugbucket/)
 * (@tugbucket)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/enforce-custom-css/#post-13882238)
 *     ```
       .vc_tta-tabs-list li:last-child a {
           background: red !important;
           color: lime !important;
       }
       ```
   
 * As for how to list team members alphabetically, what are you doing to list them?
 * If it’s something you don’t have an option to change, and team members are a 
   post type, you could try this: [https://wordpress.org/plugins/intuitive-custom-post-order/](https://wordpress.org/plugins/intuitive-custom-post-order/)
 *  [paulwpxp](https://wordpress.org/support/users/paulwp/)
 * (@paulwp)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/enforce-custom-css/#post-13883280)
 * Regarding the changing bg color on said elements, are you sure it’s not configurable
   via theme or plugin settings? I have a feeling that it’s configurable.
 * In case the option isn’t provided, with current settings, use these selectors
   for that (code be put in childtheme’s style.css, or Additional CSS section).
 *     ```
       body.wpb-js-composer .vc_tta-color-mulled-wine.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading, 
       body.wpb-js-composer .vc_tta-color-mulled-wine.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
       	background-color:yellow;
       	border-color:red;
       }
   
       body.wpb-js-composer .vc_tta-color-mulled-wine.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover, 
       body.wpb-js-composer .vc_tta-color-mulled-wine.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover {
       	background-color:red;
       	border-color:yellow;
       }
       ```
   

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

The topic ‘Enforce custom CSS’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 3 participants
 * Last reply from: [paulwpxp](https://wordpress.org/support/users/paulwp/)
 * Last activity: [5 years, 2 months ago](https://wordpress.org/support/topic/enforce-custom-css/#post-13883280)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
