This is the community forum. For a developer response use the Client Area.
Follow us on Facebook, Twitter and YouTube!

Is there a way to change the font color to grey for the name and the comment
#1

Hi,

Need help on this:
Is there a way to change the font color to grey for the name and the comment?

please see screenshot for the desired result: http://screencast.com/t/VFCT3az2XDiP
Reply
#2

Change next in stylesheet.css file:

.cmtx_comment_text {
font-family: helvetica;
font-size: 0.8em;
}

.cmtx_name_without_website_text {
font-weight: bold;
}

.cmtx_says_text {
}

to

.cmtx_comment_text {
font-family: helvetica;
font-size: 0.8em;
color: #777777;
}

.cmtx_name_without_website_text {
font-weight: bold;
color: #777777;
}

.cmtx_says_text {
color: #777777;
}

lp
stariocek
Reply


Possibly Related Threads…
Thread / Author Replies Views Last Post
Last Post by kiyaaz
12-Aug-2020, 03:12 PM
Last Post by Steven
21-Feb-2019, 09:02 AM
Last Post by boonie67
08-Sep-2018, 03:05 PM
Last Post by Vaiolet12
14-Sep-2017, 11:44 AM
Last Post by besric
03-Mar-2016, 10:22 PM
Last Post by bahar
06-Dec-2015, 04:18 PM
Last Post by Renaud
06-Sep-2014, 01:05 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)