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

Editing font size of "never displayed" etc
#1

Hello,
Is there a way in the admin panel to edit the font size of "required", "never displayed" and "notify me of new comments via email"? They are too small for my visitors to read. Thanks for the help.

[Image: error2_zpsdrjkgv9r.jpg]
Reply
#2

I believe I found it. Sure as soon as I ask for help, my brain kicks in. hehe.
Reply
#3

Hi,

Glad you found it. For anyone else wondering, it's the following CSS rules in the file /upload/css/default.css:

.cmtx_required_symbol_message
.cmtx_email_note
.cmtx_notify_text

Have you completed the interview?
Reply
#4

Steven, thanks so much. One more question - what line of the code do I edit to make the "Name" "Email" "Website" etc a larger font? Found almost everything but that. Thanks.
Reply
#5

It's the .cmtx_label CSS rule which starts at line 608. Just add the line in bold.

.cmtx_label {
float: left;
width: 90px;
font-size: 1.1em;
}

Have you completed the interview?
Reply


Possibly Related Threads…
Thread / Author Replies Views Last Post
Last Post by emmanuel505
24-Jul-2021, 11:55 PM
Last Post by uran235
06-Jan-2017, 04:42 AM
Last Post by Renaud
06-Sep-2014, 01:05 PM
Last Post by mariank
30-Dec-2013, 11:34 AM
Last Post by fatfreddy
10-Sep-2013, 03:21 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)