 laurentia.d
|
Hi,
Is there any way to change the commentator’s name into lowercase/uppercase?
Also, can I use a user’s profile picture with this template? I installed User Photo plugin but it doesn’t seem to work.
Regards,
Laurent
|
 Gaz
|
Hi laurentia.d,
Sorry for the late reply, we have been very busy. To change the commentator’s name into lowercase or uppercase add the following into the custom css box within the theme options:
#comment-list .comment .response p.author {
text-transform: uppercase;
}
Unfortunately we do not have time to look into problems caused with 3rd party plugins at the moment.
Thanks, Gaz
|