CSS style header

CSS style header

Comments

  • Assuming that youve successfully applied CSS to the form overall, youll have to apply the header styles individually.

    Somewhere in your CSS file you need a CSS class for headers specifically. Such as:

    .MyCSS .CSSHeader {
    font: normal 42px/1 Arial, Helvetica, sans-serif;
    color: black;
    text-align: center;
    }

    Then, when you click on your header in the form, go to View and there should be a CSS class in the dropdown called CSSHeader. Select that one and your header styling will be applied to that element.

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!