Okay
  Public Ticket #430864
Change of text color globally
Closed

Comments

  • Alice started the conversation

    Dear Tahir,

    I was very happy when I found this from you in the forum to change the body text color globally:

    body,p {
    color: #fff !important;
    }

    But being only a designer I was very surprised when I found out that this seems to completely override the text color settings for a row (Dark / Light / individual css). I have to admit that I only wanted to change the "dark" version for the site :-( since I am quite happy with the light white and of course with the possibility to change individually.

    Is there any way to only tell the dark text to change into another color globally?

    Thanx a million in advance for your time and thoughts ...

    regards, *alice.

  •  8,849
    Tahir replied

    Hey,

    Can you provide the page url where i can see both the dark and light text ? .

    Thanks


    ThemeNectar Support Team 

  •   Alice replied privately
  •  8,849
    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) :
    body .dark p ,body .dark{
        color: #000 !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Alice replied

    Yep, THAT WORKS SUPER :-)

    Thank you very (very!) much!
    *alice.