Results 1 to 7 of 7

Hybrid View

  1. #1
    Join Date
    Sep 2005
    Location
    Aotearoa New Zealand
    Posts
    75
    Plugin Contributions
    0

    Default Re: Change font size for tag line

    if you talking about your site http://www.unlimitedwarehouse.com/ then I think whoever did the HTML for the site header removed too much of the CSS. The source just has
    Code:
    <td>Unlimited Warehouse</td>
    making it impossible to style. You will have to add a CSS "hook" so that you can control this text.

    So you need to edit ... /includes/templates/YOUR_TEMPLATE/common/tpl_header.php

    change
    Code:
    <td width="61%" height="140" align="center">
    to
    Code:
    <td width="61%" height="140" align="center" id="tagline">
    then edit /includes/templates/YOUR_TEMPLATE/css/styles.css and add

    Code:
    #tagline {
    font-size: 1.5em;
    }

  2. #2
    Join Date
    Jun 2004
    Location
    Louisiana
    Posts
    39
    Plugin Contributions
    0

    Default Re: Change font size for tag line

    Thanks that helped alot

 

 

Similar Threads

  1. How do I change the font color and font style for the tag line?
    By Beyond Dreams in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 17 Feb 2013, 10:33 PM
  2. Change font size for Sign Up page
    By HeyIts007 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 9 Jan 2012, 06:38 PM
  3. How do I change font size for links?
    By iowabob in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 14 Jun 2011, 02:19 AM
  4. How do I change font size for Unsubcribe?
    By jadedev in forum Basic Configuration
    Replies: 3
    Last Post: 16 May 2011, 01:41 AM
  5. changing font size/color for THIS line of text??
    By recordshow in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 20 Feb 2007, 08:10 PM

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