Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2008
    Posts
    16
    Plugin Contributions
    0

    Default How do I change the font of the tagline?

    This is the site

    www.allysbargainstore.co.uk

    I want to change the font of the tagline to something not quite so boring!!

    Have looked in the stylesheet and cant figure how to do it

    Thanks for your help

  2. #2
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: How do I change the font of the tagline?

    Stylesheet - BACK UP FIRST!!
    i.e
    Code:
    includes/templates/arch_shoppe/css/stylesheet.css
    Find
    Code:
    #tagline {
     color:#000000;
     font-size: 2em;
     text-align : center;
     vertical-align: middle;
     }
    alter to suit
    i.e.
    Code:
    #tagline {
    color:#000000;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 2em;
    text-align : center;
    vertical-align: middle;
    }

 

 

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. How can I change the font color of the links in the lower part fo the header
    By Marlake in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 29 Jul 2011, 06:00 PM
  3. How can I change the tagline?
    By ttmb33 in forum Customization from the Admin
    Replies: 1
    Last Post: 21 Aug 2009, 11:35 AM
  4. How do I change the length of the tagline?
    By btolly in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 22 May 2009, 04:39 PM
  5. How do I change the bg colour behind the tagline?
    By hauruapai in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 10 Sep 2007, 02:01 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