1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

General Music shop template

Discussion in 'General' started by jettson12, Sep 30, 2009.

  1. jettson12

    jettson12 New Member

    How do I change the text for this template? Great template but just can't figure out how to change the text to fit my application! thanks!
     
  2. jettson12

    jettson12 New Member

  3. Mimoun

    Mimoun Administrator Staff Member Director Verified Member

    You don't need to change the text in the psd file.
    Just open the index.html HTML file and change the text.
    Open the HTML in Notepad (TextEdit for mac) or any other HTML editor, don't open it in Word or any other rich text editor.

    Example find this code:
    HTML:
    <div id="wrapper">
        <h1><em>MUSIC</em> SHOP</h1>
    
    and change it to:
    HTML:
    <div id="wrapper">
        <h1><em>My own</em> shop</h1>
    
    Save it.
     
  4. dork

    dork New Member

    If im not mistaken in addition to editing the text in the index.html file you can also do into the css file and edit the way the text looks. by changing the attributes of the tag there as well. SO a 10 pitchblue font can be changed to a 12 pitch yellow font of your hoosing.