Okay
  Public Ticket #282896
milestone color
Closed

Comments

  • joe started the conversation

    can i have a css code to change the color from the milestone' number from the home page(I want only those change color). thanks

  •  8,839
    Tahir replied

    Hey Joe!

    Add this into the Custom CSS box located in your Salient Options panel :
    body .nectar-milestone .number.extra-color-2 {
        color: #333 !important;
    }
    
    Thanks


    ThemeNectar Support Team 

  • joe replied

    thanks !!!