NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: broche on August 31, 2018, 01:24:03 AM

Title: CSS and Netwebform
Post 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.
Title: Re: CSS and Netwebform
Post by: DonRidley on August 31, 2018, 01:44:53 AM
Broche,

If you're awake, email me a Teamviewer credential and I'll remote in to help you.

donaldridley2011@gmail.com

Don
Title: Re: CSS and Netwebform
Post by: Vinnie on August 31, 2018, 02:39:26 AM
Hi Brian

I use form style - Rounded

Set Tab CSS - 'OrderWindowOne'

in custom CSS added

.OrderWindowOne {
    background-color: #e6ccff;
}

Hope this helps
Cheers
Vinnie
Title: Re: CSS and Netwebform
Post by: broche on August 31, 2018, 05:18:29 AM
Hi Don, thanks for the offer - I tried the other suggestion and it worked great.
Title: Re: CSS and Netwebform
Post by: broche on August 31, 2018, 05:19:17 AM
Hi Vinnie,
Worked like a charm - Thanks.