Thread: edit text size

Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16
  1. #11
    Join Date
    Apr 2007
    Posts
    152
    Plugin Contributions
    0

    Default Re: edit text size

    i created the desired font size and things then a .css file and uploaded it to the css folder in the templates Glenn but it dosent seem to change anything, any ideas?

  2. #12
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: edit text size

    Your new stylesheet is there, but it apparently has some ids from Dreamweaver that keep it from applying to your live site.
    Code:
    @charset "UTF-8";
    .oneColElsCtr #container #mainContent .style12 {
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 9px;
    	font-style: italic;
    	line-height: normal;
    	font-weight: lighter;
    	font-variant: normal;
    	text-transform: none;
    	color: #CCCCCC;
    }
    .oneColElsCtr #container #mainContent

    are all Dreamweaver tags. Eliminate them all, and replace them with

    #productDescription

    I don't think the
    @charset "UTF-8";
    is necessary here, either, and you definitely don't want it in your main stylesheet.

    It would be best to put your new declarations in the main stylesheet, at the bottom or other logical place, so you don't have so many files to wade through when editing. Something like this:
    Code:
    #productDescription .style12 {
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 9px;
    	font-style: italic;
    	line-height: normal;
    	font-weight: lighter;
    	color: #CCCCCC;
    }
    Any property that you want to be consistent across your site or part of a page should be used once, at the highest level practical, so you don't have to repeat it every time.
    Last edited by gjh42; 27 Feb 2008 at 08:08 PM.

  3. #13
    Join Date
    Apr 2007
    Posts
    152
    Plugin Contributions
    0

    Default Re: edit text size

    still no joy i updated the css file i created and pasted in your code and i also added it to the main css file, is there something wrong with my code in the Products Description in the zc admin:


    *</span><span class="http://www.canvas-style-art.co.uk/shop/includes/templates/darkness/css/style3">*</span><span class="style4">*<span class="http://www.canvas-style-art.co.uk/shop/includes/templates/darkness/css/style5">FREE P&P TO UK MAINLAND ONLY</span>*</span><span class="style3">*</span><span class="style2">*</span></p>
    <p class="http://www.canvas-style-art.co.uk/shop/includes/templates/darkness/css/style7">Printed onto a Silk 170 gsm Photographic Poster Paper at A1 size (594 x 841 mm - 23.4 x 33.1 inch) Landscape.</p>
    <p class="http://www.canvas-style-art.co.uk/shop/includes/templates/darkness/css/style8"> </p>
    <p class="http://www.canvas-style-art.co.uk/shop/includes/templates/darkness/css/style11">.:: Disclaimer ::.</p>
    <p class="http://www.canvas-style-art.co.uk/shop/includes/templates/darkness/css/style12.css">Whilst care is taken to ensure that the End design Media Ltd t/a Canvas Style Art website is as up-to-date and accurate as possible, no responsibility can be taken by End design Media Ltd t/a Canvas Style Art for any errors or omissions contained herein. Furthermore, responsibility for any loss, damage or distress resulting from adherence to any advice, suggestions or recommendations made available through this website or through End design Media Ltd t/a Canvas Style Art itself, howsoever caused, is equally disclaimed by Canvas Style Art itself.</p>
    <p class="http://www.canvas-style-art.co.uk/shop/includes/templates/darkness/css/style9">.:: Copyright ::.</p>
    <p class="http://www.canvas-style-art.co.uk/shop/includes/templates/darkness/css/style12.ccs">2008 Canvas Style Art. All Rights Reserved. All text, images, graphics, and other materials on this website are subject to the copyright and other intellectual property rights of Canvas Style Art, unless otherwise stated. These materials may not be reproduced, distributed, modified or reposted to other websites without the express written permission of Canvas Style Art. </p>
    <p class="style10">© Copyright 2008 - Canvas Style Art.

  4. #14
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: edit text size

    class="http://www.canvas-style-art.co.uk/shop/includes/templates/darkness/css/style3"

    is wrong. You should have only
    class="style3"
    in this case.

  5. #15
    Join Date
    Apr 2007
    Posts
    152
    Plugin Contributions
    0

    Default Re: edit text size


  6. #16
    Join Date
    Apr 2007
    Posts
    152
    Plugin Contributions
    0

    Default Re: edit text size

    Glenn it is how i want it now apart from one little thing when changing the ss the overall background colour has changed from black to white, do you know which tag line to edit to get this back, iam sure i stayed away from any of the other coding but it has changed somehow!!

    cheers

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v139b Text box for Edit Category & Edit Product greyed out
    By irishshoppercom in forum Basic Configuration
    Replies: 0
    Last Post: 23 Oct 2013, 10:03 AM
  2. v150 How to edit header text/images, also edit pages?
    By Gary Compton in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 17 Feb 2012, 10:01 PM
  3. Edit Image Size on Category Pages
    By Psykryph in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 20 Oct 2011, 05:30 AM
  4. Edit the font size of products description on main page
    By scottyg in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 17 Feb 2007, 12:49 PM
  5. Easy Populate won't work with Excel text file, only Text Edit file.
    By anduril3019 in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 21 Jan 2007, 04:42 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg