CSS for the titles of the fields

Discussions about Forms Designer for SharePoint 2010.
Locked
Katerina
Posts: 41
Joined: Sun May 11, 2014

07 May 2014

Hi Dimitry,

Is it possible to change the CSS of the titles of the form fields to be different than the text?

For example: Full Name Katerina

The Full name I want it to be bold but not the value (Katerina in that case)


Thanks

User avatar
Dmitry Kozlov
Site Admin
Posts: 1524
Joined: Thu Jun 07, 2012

12 May 2014

Sure, please, assign CSS-class to your field e.g. 'highlighted-title'. And put the following definition to CSS-editor of Forms Designer:

Code: Select all

.highlighted-title .fd_title {
  font-weight: bold;
}

Katerina
Posts: 41
Joined: Sun May 11, 2014

12 May 2014

Thank you very much, it worked :)

wdeffner
Posts: 30
Joined: Thu Sep 22, 2016

23 Sep 2016

Hi, I would like to set it up in the opposite way. I want the value to be displayed in bold.


Thank you, Wolfgang

YuriyMedvedev
Moderator
Posts: 33
Joined: Wed Sep 21, 2016

26 Sep 2016

Try this one.

.fd_title + .fd_control{

font-weight: bold;}

Locked
  • Information
  • Who is online

    Users browsing this forum: No registered users and 5 guests