Comments 2Raza Zaidi started the conversationDecember 25, 2016 at 9:37pmHow 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 2Raza Zaidi repliedDecember 26, 2016 at 6:57pmadd 1,974Support repliedDecember 29, 2016 at 6:18pmHelloregarding twitter icon you need to replace/wp-content/themes/newave-theme/images/twitter_white_big.pngfor 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 wantThanksThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy 2Raza Zaidi repliedDecember 29, 2016 at 7:25pmthat did the trick...thanks!!!! Sign in to reply ...
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
add
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
that did the trick...thanks!!!!