Okay
  Public Ticket #999995
tweet box CSS
Closed

Comments

  •  2
    Raza Zaidi started the conversation

    How could i change the color of the twitter icon and the text in a tweet box on my homepage??? the white font color on the light gray is not legible.

    Thanks, Raza

  •  2
    Raza Zaidi replied

    add

  •  1,974
    Support replied

    Hello

    regarding twitter icon you need to replace

    /wp-content/themes/newave-theme/images/twitter_white_big.png


    for the twitter username add in theme options -> styling options -> custom css

    .twitter-feed p {

         color: #fff!!important;

    }

    and for the tweets

    .twitter-feed h4 {

         color: #fff!important;

    }

    and of course replace #fff with the color hex you want

    Thanks


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •  2
    Raza Zaidi replied

    that did the trick...thanks!!!!