Okay
  Public Ticket #1098083
Milestone subject color
Closed

Comments

  •  2
    Florian started the conversation

    Hi, 

    I would like to change the color of a milestone subject but there is no option in the visual composer for this text (only for the milestone number). 

    Can you help me ? 

    Thanks

    Florian

  •  9,001
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .nectar-milestone .subject {
        color: #fff !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    Florian replied

    Thanks you ;)