• In the theme I use, it?s the same.
    I have to have the same colour, it`s contolled by the body tag in the css. Is there a way to have different

    https://www.kjagen.com/wordpress

    Also, when I`m going to move the blog from ulr/wordpress to the root of the domain, is it just to copy all files to the root with ftp, or is there more to it?

    Thanks

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter kjagen

    (@kjagen)

    An answer would be very nice!!:)

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Don’t move the blog files to root. Instead, read This. You can leave it where it is, but still have it ‘act’ as if it was in root.

    To fix the font color, edit your style.css

    Change this:

    #footer {
    	background: #999999 url('images/kubrickfooter.jpg') no-repeat top;
    	border: none;
    	}

    to this:

    #footer {
    	background: #999999 url('images/kubrickfooter.jpg') no-repeat top;
            font-color: #FFFFFF;
    	border: none;
    	}

    By the way, you’d be better served by copying and renaming that default folder to something else. What you’ve done will make it hard to upgrade later. You should always give your themes their own folder if you’re doing serious editing.

    Thread Starter kjagen

    (@kjagen)

    1.
    I tried this ;
    font-color: #FFFFFF;

    but it stays black, the same as the body colour.. it won`t change.

    2 Copying “default” to where? Rename default to default1 for example?
    Or do you mean something else

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    You put it in the section I mentioned, right? You also have an open p tag in your footer.

    And yes, I mean rename default to ‘My Theme’ and reuploading the default from the basic WordPress install.

    Thread Starter kjagen

    (@kjagen)

    Still black. Very strange?

    I still dont get what you ment by reoploading. im new to this…

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    How did you install WordPress?

    Try this…find the following code in style.css:

    #footer p {
    	margin: 0;
    	padding: 20px 0;
    	text-align: center;
    	}

    and add a line to it like this:

    #footer p {
    	margin: 0;
    	padding: 20px 0;
    	text-align: center;
            color: white;
    	}
    Thread Starter kjagen

    (@kjagen)

    It did the trick. Thanks. I thought all changes in colors were done in the upper parts of the css

    Should I rename default on the on my computer and then upload it, or can I rename it on the server?
    If I upload it again, all modifications will be gone??

    Thread Starter kjagen

    (@kjagen)

    I`m going to rename the defautt, am I going to find “new” theme in the wordpress dashboard. But why should I upload the default from the computer again?

    Thread Starter kjagen

    (@kjagen)

    Any else know why you have to rename the default?
    And will it overwrite the changes I`ve done if I upload default the pc again?

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘How to get a different colour on main page text and footer text?’ is closed to new replies.