• Resolved hyunbass

    (@hyunbass)


    I don’t know why but my post got deleted…..

    here we go again…

    as you can see in this image, I want to have my header title not show on my header. I want to make it so that the whole header image would make it so that it can redirect to “home”. But still have my website title.. but not show…

    please help me with this..

Viewing 1 replies (of 1 total)
  • Usually, you do this with CSS. So, if your header div had an ID of “header” in your CSS you would do something like this:

    #header {
    text-indent:-10000px;
    }

    This will cause ALL text in the header div (or whatever HTML element has an id of header) to be effectively “disappeared” to the user looking at the page.

Viewing 1 replies (of 1 total)

The topic ‘Website Header’ is closed to new replies.