Editing Layout Colors In Trial...

User 608405 Photo


Registered User
9 posts

Sorry for the posts but I am trying to evaluate and need some input.

I am working with the trial version of HTML editor 2008.

What I want to do is to start a new page using the layout feature (in this case I'm using first one in the list). It has the white overall background with a header that has a light blue and a footer that has a darker blackish color.

What I cannot figure out how to do is change the colors in header or footer.

Is this something I can't do in trial ? (I thought trial was fully functional)

Or is it something you can't change at all ? (seems odd you'd be stuck with the layout colors only)

Help is welcomed greatly
User 355448 Photo


Ambassador
3,144 posts

Look in the code and very near the top, you will find this:

/* Header */
#header { background: #eee; border-bottom: 2px solid #ddd; }
#header h1 { color: #004b6f; margin: 0 0 3px; padding: 24px 18px 0; }
#header p { color: #666; font-size: 11px; font-weight: bold; padding: 0 18px; }

The header background color is #eee (short for #eeeeee) with a solid border colored #ddd.

The header h1 text is colored #004b6f, and has margin and padding settings.

The header text is colored #666 with 11pixel size and is bold.

That should give you an idea how to modify the layout to suit your needs.
User 608405 Photo


Registered User
9 posts

Thanks

I did figure that part out earlier today, and am fine with doing it that way. I had just thought there would also be a more cut/paste method too (though perhaps that is in the visual builder).

I'm enjoying so far, pondering if the big 3 pack is a good deal for me

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.