Okay
  Public Ticket #859518
I want to change some text color.
Closed

Comments

  •  2
    goonseob started the conversation

    img   <-- Can I  change this grey text(so dark..) color and other text color partially?  Alomost basic theme in kalium :P

    http://quote-quote.com/


    thx for kindess always :)

  • [deleted] replied

    Hi Goonseob,

    Just add the code below to Custom CSS:

    .portfolio-holder .item-box .info p a {
        color: #dadada !important;
    }
    
    .portfolio-holder .dynamic-height-image .info p {
        color: #dadada !important;
    }