Announcement

Collapse
No announcement yet.

Brochure Navigation/ Fonts

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Brochure Navigation/ Fonts

    Hi,

    Hope someone can help me here. I have managed to amend fonts in the Store sections (L/hand nav bar) and top navigation bar in the catalog body of the Smart theme, but can't figure out how to change the same elements when in brochure page view (before entering shop). Any changes I have made don't seem to change the brochure areas, where all fonts, etc. are the same as before.

    Any help appreciated

    #2
    You should find most of this stuff within Advanced | Template manager | Misc tab and CSS template. I thinks

    Comment


      #3
      Thanks, found that, with a list of CSS styles, but which of these applies to the brochure areas? Which templates control this area which I could amend - I have looked, without success -

      Comment


        #4
        June,
        it depends on the templates that you have used in the brochure fragments eg. Act_ImageAndTitle.html . It is possible to change the text size by editing the templates or as you see this example uses h3 so you may want to amend the css file for this tag.
        hope this helps
        Jenny
        Hanson Web Design
        www.hansonwebdesign.co.uk
        jenny@hansonwebdesign.co.uk
        Actinic hosting, Actinic Software, template design and re-design

        Comment


          #5
          Hi Jenny,

          Thanks for your response, but there is no example included above
          June

          Comment


            #6
            I meant for you to open the template.. and see. Use dreamweaver, notepad, front page or whatever.
            Jenny
            Hanson Web Design
            www.hansonwebdesign.co.uk
            jenny@hansonwebdesign.co.uk
            Actinic hosting, Actinic Software, template design and re-design

            Comment


              #7
              HTML Code:
              <!-- ImageAndTitle HTML begin -->
              
              <tr>
              <td colspan="3" valign="top">
              
              NETQUOTEVAR:FRAGMENTANCHOR
              <table border="0" width="100%" cellspacing="5" cellpadding="1">
                <tr>
                  <td width="100%"><h3>NETQUOTEVAR:BROCHURE_TITLE</h3></td>
                </tr>
                <tr>
                  <td width="100%" align="center">NETQUOTEVAR:BROCHURE_IMAGE</td>
                </tr>
              </table>
              
              </td>
              </tr>
              
              <!-- ImageAndTitle HTML end -->
              Hanson Web Design
              www.hansonwebdesign.co.uk
              jenny@hansonwebdesign.co.uk
              Actinic hosting, Actinic Software, template design and re-design

              Comment


                #8
                Thanks Jenny

                Comment

                Working...
                X