Okay
  Public Ticket #696816
Next Blog post title dark
Closed

Comments

  • Sean started the conversation

    The title of the next blog post section is dark on all of the posts. I'd like it to be white. Can you tell me how to fix this? Thanks!



  •  8,992
    Tahir replied

    Hey ,

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

    .full-width-content > .col.span_12.dark h3 {
        color: #fff !important;
    }
    

    Best.


    ThemeNectar Support Team