Changing style for NMS form

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
Josette

Changing style for NMS form

Post by Josette »

Hi

I would like to change the style on the form generated by the {cms_module module='NMS'} - is this possible?

Thanks

Josette
alby

Re: Changing style for NMS form

Post by alby »

Josette wrote: I would like to change the style on the form generated by the {cms_module module='NMS'} - is this possible?
Search in forum for this topic.
The tips is wrap your form/input around and style it with your CSS

Alby
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Changing style for NMS form

Post by Dr.CSS »

I like to render the page then look at source view to see what it generates as there may be some divs' or classes on thing I can call out in my CSS for styling but if you are putting in the template wrapping it in a div is good, also you may see that it's in the 'main' div and can use #main 'some call from it' {your style}...
Locked

Return to “Layout and Design (CSS & HTML)”