• Resolved petraw

    (@petraw)


    I have recently changed the theme on my blog “healthy diet weight loss” to Primepress. Since then my home link does not show up any more, only in black when I hover over the spot where it should be. I have tried to change the color to white (what I want to have) but it doesn’t seem to register. Has anybody got any clue what exactly I have to change to make my header home link text white?

Viewing 11 replies - 1 through 11 (of 11 total)
  • It is very much visible in gray when home is the current page, otherwise in white.

    S.K

    Thread Starter petraw

    (@petraw)

    Are you sure? How come it doesn’t show for me? – I wonder if you are talking about the same text as I am, it should read “Healthy Diet Weight Loss” on the top left hand side of the blog.

    Aha, you are talking about the blog title in your header!

    In your style.css (in your template folder) under
    .Homelink A it says color #444444
    change that to color #6655DD for blueish

    Thread Starter petraw

    (@petraw)

    Okay, henkholland, I have done that, but nothing has changed at all…. One of the problems is that the homelink only seems to show when you hover over it. So that’s a problem that needs to be fixed, too. But I have changed the color several times and no changes at all happen. ????

    Hi Petra, when I checked I still see the same colorcode #444444
    Please describe how and where you changed it? Through ADMIN or FTP?

    In your style.css as i most themes there are two colors, one for the link and one for when you hover over it:
    that’s your:
    `.homelink a:hover {
    color:#000000;
    text-decoration:none;
    }

    Thread Starter petraw

    (@petraw)

    Hi Henk, I change it through Admin, that’s what usually should do the trick. I can see the different color code when i open my custom.css through admin, so it really should show up!

    Aha, your custom.css does not work. I thought you would change it in style.css, but you can repair the custom.css

    /*-----attach body.custom to any style you add here-----*/
    
    body.custom #container {
    	border: 1px solid #cccccc;}
     
    body.custom ul.menu {
    	right: 10px;}
     
    body.custom #rotating {
    	border-top: none;}
    
    body.custom {
    	background: #444444;}
     
    body.custom  .homelink a {
    	color: #6655DD;}
     
    body.custom .homelink a:hover {
    	color: #6655DD;}
     
    body.custom .description {
    	color: #cccccc;}
     
    body.custom ul.menu {
    	right: 10px;}
     
    body.custom #rotating {
    	border-top: none;}
    
    body.custom .widget {
    	background-color: #e3e4fa;}

    Delete the   they are “spaces” made with the spacebar.

    So this should be it:

    /*-----attach body.custom to any style you add here-----*/
    
    body.custom #container {
    	border: 1px solid #cccccc;}
    
    body.custom ul.menu {
    	right: 10px;}
    
    body.custom #rotating {
    	border-top: none;}
    
    body.custom {
    	background: #444444;}
    
    body.custom  .homelink a {
    	color: #6655DD;}
    
    body.custom .homelink a:hover {
    	color: #6655DD;}
    
    body.custom .description {
    	color: #cccccc;}
    
    body.custom ul.menu {
    	right: 10px;}
    
    body.custom #rotating {
    	border-top: none;}
    
    body.custom .widget {
    	background-color: #e3e4fa;}

    Thread Starter petraw

    (@petraw)

    @henk, you are a star! It’s working now, no problems.
    Thanks!

    Glad I could help. And the subtitle (description) is better now too.

    Thread Starter petraw

    (@petraw)

    @henk, you know so much, would you be able to help with my discussion settings, too? I want to enable threaded comments, and I have the appropriate box ticked through wordpress admin, but nothing changes on the blog. Have you got any clever ideas?

    Alas no, I don’t use comments and I know nothing about it.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Home Page Link does not show’ is closed to new replies.