Okay
  Public Ticket #189016
Change text color on blog page
Closed

Comments

  • Tony started the conversation

    Hi Nectar,

    How do I change the color of the name & date on the blog response area so it is readable with the background color?

  •  8,838
    Tahir replied

    Hey Tony!

    Add this into the Custom CSS box located in your Salient Options panel:

    div.comment-body a {
        color: #000 !important;
    }
    

    Thanks


    ThemeNectar Support Team