Okay
  Public Ticket #1623120
Body text colour
Closed

Comments

  •  5
    Steve started the conversation

    Hi guys,

    Noticed today that it doesn't matter what I set the default text colour as in the settings the body text always grey? Any ideas?

    Thanks,

    Steve

  •  9,005
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •  5
  •  9,005
    Tahir replied

    Try changing the Text Color to custom: http://prntscr.com/jzy90r . 

    Best


    ThemeNectar Support Team 

  •  5
    Steve replied

    So does the global font colour setting not work?

    This means I will have to do that on every row.

    Thanks.

    Steve

  •  9,005
    Tahir replied

    Try these.

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .full-width-section > .col.span_12.dark, .full-width-content > .col.span_12.dark {
        color: #888 !important;
    }
    body {
        color: #888 !important;
    }

    Thanks


    ThemeNectar Support Team