Hello,i´ve installed joomsocial and it works fine. How can i change this text color ? In the template colors of social II i can not find it....
Hi netboss007
I'm sorry for this late reply due to the holidays.
Could you share the login info and URL where I can see that text?
P/s: I tried with the login info you shared via ticket but it did not work.
@netboss007,
In the CSS folder of the template create a file custom.css, after that copy & paste the code below into that file.
.joms-stream__time, .joms-comment__time, .joms-poll__time { color: #fff; /* Change to your desired color */ }