To change the link color of the side menu in the Avada WordPress theme or ‘Theme Fusion’ theme.
1. Log into WordPress.
2. Click on ‘Avada’.
3. Click on ‘Theme Options’.
4. Click on ‘Custom CSS’ and enter the following red and gree text in the field.
/* side menu colors */
#wrapper .fusion-widget-area .current-menu-item > a {
color: #979d3d !important;
}
5. Click the ‘save Changes’ button.
Note: the green text is the hexadecimal code that controls the color of the links. Enter the code that matches the color you want. Here’s a chart: HTML Color Picker