Change color of entire form
Posted by oren944 - Feb 5 ’15 at 04:12
Hello,
Is it possible to change the color of the entire form from its original grey color along with the tabs? Or is this a standard that can not be changed?
When you click on individual tabs you are not given a CSS Class option on the right hand menu.
Thanks!
-
Dmitry KozlovAdminMember for: 8 years 10 months 17 days
Sure, you can override particular styles with the help of CSS or even define your own theme with the help of theme roller as described in our blog:
http://formsdesigner.blogspot.com/2013/03/sharepoint-forms-styling.html
-
schuessMemberMember for: 8 years 6 months 16 days
Has anything changed with the different versions of spfom? I downloaded the theme css , hover it does not seem to effect the styles. I know jquery-ui has had some version changes over the years. Which version are we supposed to be using at this point?
-
rostislavModeratorMember for: 7 years 3 months 3 days
[#2]:
In recent versions of FD the jQuery version is 1.11.3. When you download a theme, select the "Stable, for jQuery1.6+" option, then use the jquery-ui.min.css file. This will change styling of jQuery controls like the accordion and the tab control, but not others, like buttons, related items, etc. Other controls are styled via regular Sharepoint themes (Gear icon -> Change the look).
-
schuessMemberMember for: 8 years 6 months 16 days
[#3]: Having issues trying to change the input field border color, especially on focus. Can you provide some guidence?
-
rostislavModeratorMember for: 7 years 3 months 3 days
[#4]:
Don't know your particular use-case, but here's an example. If you add "myinput" CSS classname to an input field in Forms Designer, then adding the following CSS to the CSS editor will do it:
.myinput input:focus { border-color:red; }
-
MFatimaMemberMember for: 6 years 8 months 7 days
Hi - I have downloaded a theme from themeroller, it applies the color on the tabs and accordions but not to the buttons. Is there a possibility to chnage their colors as well using 'Style' or CSS Editor? Thanks
-
rostislavModeratorMember for: 7 years 3 months 3 days
[#6]:
Hi,
Apply the following CSS classes to your buttons:
ui-button ui-corner-all ui-widget
(simply paste into the CSS Class box for each button in Forms Designer)
-
MFatimaMemberMember for: 6 years 8 months 7 days
Hi - I applied this script to the CSS Class but the color of the buttons still unchanged. However, I noticed that it bumped the size up to one pt. What else do i need to do?
-
rostislavModeratorMember for: 7 years 3 months 3 days
-
MFatimaMemberMember for: 6 years 8 months 7 days
[#9]: Hi - thanks for the reply, it has bold the texton the button but dint apply the color on the buttons which it used on the accordions and header.