Okay
  Public Ticket #2635495
Font color
Closed

Comments

  • AntoineBiron started the conversation

    Hello,

    I'm a begginer with Salient.

    I can't find where I can define the default text color when I select in the row settings > general > content > text color > dark / light. 

    I look almost everywhere, don't understand where I can change that.

    Thanks for your help,

    Antoine Biron. 

  •  8,849
    Tahir replied

    Hey AntonineBiron,

    I am afraid that can't be changed, you can however change the overall font color in the Salient Theme Options  Panel: 

    1123684616.pngClick To Open Larger Image.

    Thanks


    ThemeNectar Support Team 

  • AntoineBiron replied

    Thanks Tahir for your reply. 

    I don't understand why they don't implement that in the interface... I already change what you show me, it work for the dark part but for the light, is there css code I can put to change it everywhere ? If not I will affect a color to each text I put :/  

  •  8,849
    Tahir replied

    Hey Again,
    Please provide the page URL so I may write up the custom CSS for this request.
    Thanks


    ThemeNectar Support Team 

  • AntoineBiron replied

    Hello Tahir,

    Here my page URL : http://book.antoinebiron.fr/

    What I need it's having one place where I can manage the text color on light text color part

    Thank you :)

  •  8,849
    Tahir replied

    Hey Again, Hope you had a Positive Weekend, 

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .light h1, .light h2, .light h3, .light h4, .light h5, .light h6, .light p {
        color: #eae9e4 !important;
    }

    Thanks


    ThemeNectar Support Team 

  • AntoineBiron replied

    Thank you Tahir for your answer, it work :)