Changing font for comment section of...

User 2088758 Photo


Senior Advisor
3,086 posts

Hey CC Fam,

Anyone here have experience with changing the font not on the label of the comment section but the content that is being typed by the form submitter.

I have dug around in the css but for some reason cannot find the css i need to change.

Thanks
Steve
Taking over the world one website at a time!

Steve Kolish
www.misterwebguy.com

YouTube Channel:
https://www.youtube.com/channel/UCL8qVv … ttneYaMSJA
User 122279 Photo


Senior Advisor
14,450 posts
Online Now

Maybe there isn't any specific css for it, so you may have to give the input a class name and write your own css? (Only guessing...)
Ha en riktig god dag!
Inger, Norway

My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com


User 187934 Photo


Senior Advisor
20,188 posts
Online Now

<style>
#docContainer .fb-textarea textarea{
color:red;
}
</style>

Otherwise alter default.css line 402
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2088758 Photo


Senior Advisor
3,086 posts

Thanks Eric,

I think I should be able to just put that in the header of the page that the form is on would I not? Ill give it a go and if it doesn't work ill edit the form css.

Thanks :cool:
Taking over the world one website at a time!

Steve Kolish
www.misterwebguy.com

YouTube Channel:
https://www.youtube.com/channel/UCL8qVv … ttneYaMSJA
User 187934 Photo


Senior Advisor
20,188 posts
Online Now

Yes, you can put in the head below the default style link.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2088758 Photo


Senior Advisor
3,086 posts

Thanks Eric,

It worked perfectly!
Taking over the world one website at a time!

Steve Kolish
www.misterwebguy.com

YouTube Channel:
https://www.youtube.com/channel/UCL8qVv … ttneYaMSJA

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.