Okay
  Public Ticket #1847376
light / dark text default values
Closed

Comments

  •  7
    dickytall started the conversation

    Hi,

    In the row you can define text-color, you get a dropdown with three choices:

    light, dark, custom.

    Where can is set the default values (or update them) for light and dark?  Because I want the light to be different from #FFF for example.

    Cheers,

    R


  •  8,996
    Tahir replied

    Hey D,

    Unfortunately there is no such option available at the moment. Though have noted it in the Wishlist .

    Best 


    ThemeNectar Support Team 

  •  7
    dickytall replied

    I found a fix myself...

    .light h1, .light h2, .light h3, .light h4, .light h5, .light h6, .light p {

        color: #fef2eb; /*or any other light color*/

    }