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

Question

Question

Form Title Border

asked on June 5, 2017

I am trying to customize the Theme for my form and can't figure out how to get the title border to only be on the bottom.  You can see in the attached screenshot that there is a thick green bottom border and a thin right, top, and left border.  I only want the bottom border.  Note that when I go into this form's Themes and customize the Form Title - Border and select ONLY bottom, I get the result in the screenshot, if I uncheck bottom, so nothing is checked, I get no border at all around the title.  Also, the color chosen there effects all 4 borders.  Thanks in advance for any help!

- Alon

0 0

Answer

SELECTED ANSWER
replied on June 5, 2017

Hi Alon,

This seems to be a bug. It should be fixed in next release.

For now as a workaround, can you try adding custom CSS like this:

#cf-formtitle {
  border-left-color: #ffffff !important;
  border-right-color: #ffffff !important;
  border-top-color: #ffffff !important;
}

Sorry for the inconvenience.

1 0

Replies

replied on June 6, 2017

Thanks Rui!  It's great to see that Laserfiche is keeping an eye on these forums and is so responsive!

 

- Alon

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

Sign in to reply to this post.