Fresh and Clean – Custom Header Link

  • Unknown's avatar

    I have recently changed my header to a custom image and have lost the link-ability back to my home page. I know there’s probably something I can do in CSS but not able to find a tutorial. Any ideas?

    Much appreciated:)

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    On your Appearance → Custom Design → CSS page, replace this:

    #branding .header-link {
    	display:http://reformedfoodiedotcom.files.wordpress.com/2012/05/rf-header1.gif;
    }

    With this:

    #branding .header-link {
    	display: block;
    	width: 100%;
    }
  • The topic ‘Fresh and Clean – Custom Header Link’ is closed to new replies.