NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: broche on August 31, 2018, 01:24:03 AM
-
NT 10.33
CL 10
How do you change the background color on a Netwebform using CSS?
I tried on the tab but can't seem to get it right.
-
Broche,
If you're awake, email me a Teamviewer credential and I'll remote in to help you.
donaldridley2011@gmail.com
Don
-
Hi Brian
I use form style - Rounded
Set Tab CSS - 'OrderWindowOne'
in custom CSS added
.OrderWindowOne {
background-color: #e6ccff;
}
Hope this helps
Cheers
Vinnie
-
Hi Don, thanks for the offer - I tried the other suggestion and it worked great.
-
Hi Vinnie,
Worked like a charm - Thanks.