• i am a newbie, and need help please, if you loom at my website http://www.nappy-tastic.co.uk there is this adress is the cloud! is and how may i remove it – just looks very random.

    thankyou
    oh oh oh also how can i remove the swing board that states search also its not really a site you need to do a search if that makes sense

    regards

    sarah jane

Viewing 1 replies (of 1 total)
  • If you look at (or near) line 142 in your style.css file you will find the element controlling the ‘header link’, change it to this:

    #header_link {
      display:none;
      float:left;
      width:300px;
    }

    … the display:none; will “hide” the link.

    As far as the “swing board” is concerned, that is part of the main header background graphic, if you wish to remove it you will have to edit that graphic (bgr_header.png). You will then need to make another CSS edit at (or near) line 65:

    #main_search {
      display:none;
      float:right;
    }

    … use display:none; to hide the search text like above.

Viewing 1 replies (of 1 total)

The topic ‘HELP ………….’ is closed to new replies.