Jump to content

Quick Questions about the Legend Skin


Guest Chris IOW

Recommended Posts

Guest Chris IOW

Ok what I want to do is:

* Change the Page Background to a colour of my choice

* Make the About Us | Contact Us etc... Links bigger and bold which are at the bottom of the page

Is this simple to do?

Link to comment
Share on other sites

Your backgrounds are jpeg images so to change them you can use a graphics editor like Photoshop. They are located in your styleImages/backgrounds directory and are : contentBg and pageBg.

Your links can be changed using style.css:

.txtSiteDocs, a.txtSiteDocs {

font-family: Arial, Helvetica, sans-serif;

font-size: 70%;

color: #0B4492;

text-decoration:none;

}

a.txtSiteDocs:hover {

font-family: Arial, Helvetica, sans-serif;

font-size: 70%;

color: #000000;

text-decoration:none;

To add a bold attribute, add font-weight: bold;

Link to comment
Share on other sites

Guest eric47905

Rather than using a pic for your background, just go into the css file and change it to a color that you want. That might be a bit easier for what you are trying to do.

I assume you are trying to make the surrounding background that bright blue color? I dont know why it stops part way down, but I am sure the error is located in your layout or style css files.

Link to comment
Share on other sites

Guest Chris IOW

Yes would like it all that light blue colour :D

Sorted it was in the Layout.css in this section:

body {

margin: 5px;

background-color: #0066CB;

background-attachment: fixed;

background-image: url(../styleImages/backgrounds/pageBg.jpg);

background-repeat: repeat-x;

background-position: top;

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...