Help center CSS cookbook



image avatar

Charles Nadeau

Zendesk Documentation Team

Edited Mar 25, 2025


6

43

47 comments

I am looking for a way to change the the font size and weight to the form fields when an end user is filling out a form. We use our platform as an internal HR ticketing system and we want to provide some instructions to a request form, it would nice nice to have the information bolded especially the acknowledgement check boxes that we have.  I am assuming that I would need to input the each customized field ID to display the way that I want. If anyone has done this, please let me know. Thank you

0


Hi, I am looking for a way to format the boxes on the user request form. background color etc.

 

Thank you for you help

 

Henrik Andersen

0


I am looking for a recipe to automatically generate a Table of Contents in every article based on the heading selected. Is there a recipe already created?

1


Can I change an article's CSS template for just one section or category rather than the entire Help Center?

0


Hello there, 

I am trying to modify the appearance of Send a request link button, but nothing changes.. I am with Copenhagen v3.1.0. Is it because the colour chosen on the homepage og theming is overriding my code ? 

Here is my code if it can help

/***** Change style of the request button *****/
.submit-a-request {
  font-size: 14px;
color: #B78A6B;
  background: #ffffff;
}

Thank you loads !

0


Hi 1263082154109 - Thanks! Yes, we have been getting the same result. This code has been on the live page for months with no reported issues as well.

For a bit more scope - we are essentially trying to add some login functionality to one of the forms and when updating the code, I came across this script error, so figured I would try and fix it while adding the new functionality.

0


Thanks for sharing! I just tried a for loop on my new request page and I was getting a similar linting "error", but when I loaded the page, it was executing properly. I can bring this to our dev team to see what's going on here, but first I'd like to know if you're seeing the same behavior as I am. Just let me know if the code is working and if it is, at least we know that's not the issue and we can narrow the scope of the fix.

0


Thank you 1263082154109 ! This code is currently on new_request_page.hbs

0


Hi Casey! It's difficult to say for sure, but one possibility is that you're adding this to your script.js file, that could be one possibility. You don't need to wrap any js code in script tags on that file, so this is one possible error that would show up. If that isn't what you're doing, could you let me know which file you're adding this to?

0


Hi Everyone - Anyone have any ideas why the closing tag for <script> here is showing in red? I've gone line-by-line, but can't seem to figure it out. Thanks in advance!

0


Sign in to leave a comment.