Okay
  Public Ticket #347215
Widget Title Color
Closed

Comments

  • Ese started the conversation

    How do I change the widget title color for the second widget (Follow us on twitter) from gray to the color of the top widget (Find us on facebook)?

  •  8,847
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    #sidebar h4 {
        color: #249cc1 !important;
    }
    
    Thanks 


    ThemeNectar Support Team 

  • Ese replied

    Thank you, that worked!