Big problem with using header instead of title

  • Unknown's avatar

    My business name is very significant because of the font I use on all of my marketing products.
    So I am using the Sela Theme and I uploaded a specific header image to use that has my brand’s name.
    The only problem is, since I am not showing the Title Text, when you click on the image, it doesn’t return you to the Home Page.
    Is there a way for me to get the link to my home (or front) page attached to my header so I can use my custom brand?
    http://laurakathrynphotography.com/

    thanks!

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

  • Could you bring back the HOME button to the menu and add the following style:

    .main-navigation ul li:first-child a {
        position: absolute;
        bottom: 0;
        left: -180px;
        width: 1200px;
        height: 250px;
        text-indent: -9999px;
    }

    After adding this style HOME menu item will not be visible and header image should be clickable.

    We might need to adjust width and height but that’s later after you added the HOME to the menu and added this style.

  • Unknown's avatar

    I checked http://laurakathrynphotography.com/ and I see that you got around the problem by setting the opacity to zero for the site title and tagline:

    .site-title, .site-title a, .site-description {
    	opacity: 0;
    	font-size:30px
    }

    That works. :) Your site looks great!

  • The topic ‘Big problem with using header instead of title’ is closed to new replies.