Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #19057
    Templatesyard
    Participant

    How do I make it so that the header instead of saying Home, Buisness, Fashion… says what I want it to say. Also at the top it says breaking news… how do I get rid of that? Thanks for helping me … ;)

    #21657
    Templatesyard
    Participant

    If you have access to your CSS, there you can edit that one. It is the same thing I have done for my clients door and furniture website of http://caldwells.com/.

    #21661
    my add
    Keymaster
    <ul class='nav menubar2' id='menu-main'> 
              <li> 
                <a href='/'> 
                  <i class='fa fa-home'/> 
                  <div id='act'> 
                    Home 
                  </div> 
                </a> 
              </li> 
              <li> 
                <a href='#'> 
                  Business 
                </a> 
                <ul> 
                  <li> 
                    <a href='#'> 
                      Fashion 
                    </a> 
                  </li> 
                  <li> 
                    <a href='#'> 
                      Fashion1 
                    </a> 
                  </li> 
                  <li> 
                    <a href='#'> 
                      Fashion2 
                    </a> 
                  </li> 
                </ul> 
              </li> 
              <li> 
                <a href='#'> 
                  Fashion 
                </a> 
                <ul> 
                  <li> 
                    <a href='#'> 
                      Sub Menu 1 
                    </a> 
                  </li> 
                  <li> 
                    <a href='#'> 
                      Sub Menu 2 
                    </a> 
                  </li> 
                  <li> 
                    <a href='#'> 
                      Sub Menu 3 
                    </a> 
                  </li> 
                </ul> 
              </li> 
    <li> 
                <a href='#'> 
                  Sports 
                </a> 
              </li> 
              <li> 
                <a href='#'> 
                  Games 
                </a> 
              </li> 
              <li> 
                <a href='#'> 
                  Technology 
                </a> 
              </li> 
              <li> 
                <a href='#'> 
                  Download 
                </a> 
              </li> 
            </ul>

    Change # with yours URL link and change the name to what tab you want.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.