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

Change of font for name of person making comment
#1

Sorry - Commentics newbie question.
Need to change font of name of commenter in comment box. Just can't find where.
Thanks for great script.
Reply
#2

Hi,

This gives me a great opportunity to explain the new override system! I'm going to write some proper documentation about it this weekend.

What you should do is create a new CSS file in the folder /commentics/css/custom/ and call it default.css. If it's easier then just copy the one in /commentics/css/. In the new CSS file, put only the styles that you want to override. This new file will be safe when you next upgrade so all of your custom styles will be preserved.

In the new file add this:

Code:
.cmtx_admin_name_without_website_text {
    color: red;
}

.cmtx_name_without_website_text {
    color: red;
}

It wasn't clear from your post whether you wanted to change the font family or font colour etc so I used colour as an example as that's what most people want to change.

Have you completed the interview?
Reply
#3

Many thanks Steven - both for prompt informative reply and great script.
Reply


Possibly Related Threads…
Thread / Author Replies Views Last Post
Last Post by kiyaaz
12-Aug-2020, 03:12 PM
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)