You are viewing limited content. For full access, please sign in.

Question

Question

Reformat the label of a collection field to look like the label of a regular field

asked on July 27, 2018

How can I get the label of a collection field to look like the label of a regular field?  I have the two options below.  I don't want the collection field label to be different from the look of the other field labels. 

0 0

Answer

SELECTED ANSWER
replied on July 27, 2018 Show version history

Great question! You can do that with CSS.

.cf-section-header h2 {
  color: #555;
  font: bold 14px Arial,Helvetica,sans-serif;
  border-bottom: none;
}
.cf-section-header {
  border-bottom: none;
}

Let me know if that is what you wanted! Here is the outcome:

0 0

Replies

replied on July 27, 2018

Try this CSS:

.cf-section-header h2 {font-family:unset; font-weight:700; font-size:14px;}

0 0
replied on July 27, 2018

Karina and Lidija, thanks for your responses!  Both ways worked, however, there was one small issue.  The color was slightly off.  So I just tweaked Lidija's option using the same color choice that is in my Field Label options and it was perfect!

Thanks!

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.