Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2008
    Posts
    22
    Plugin Contributions
    0

    Default Text font and color

    Is there any way to change the font and color of a single line of text in my main (home) page heading (or even a single word)? I believe it is ?h1? on the style sheet.

    I know where to make the change on the css but that will affect the whole section.

    My problem is I only want it to affect that one specific spot.

    I sure do appreciate any input.

    Thank you,
    Mike

  2. #2
    Join Date
    Sep 2008
    Posts
    101
    Plugin Contributions
    0

    Default Re: Text font and color

    In the line itself, try surrounding it with these tags

    Code:
    <span class="wubba"></span>
    like this

    Code:
    I need the next three words <span class="wubba">to be red</span> and 10 pixels size!
    Then you can create an entry in stylesheet.css that says

    Code:
    #wubba {
    color: #FF0000;
    font-size: 10px;
    }

    You can also do it inline without adding anything to stylesheet.css like this:

    Code:
    I need the next three words <span style="color: #FF0000; font-size: 10px;">to be red.</span>
    Zen Cart 1.3.8a - Database Patch Level: 1.3.8 - PHP Version 5.2.6

  3. #3
    Join Date
    Aug 2008
    Posts
    22
    Plugin Contributions
    0

    Default Re: Text font and color

    LOL...I cannot believe how easy that was. I was making waaay too much of it.

    Thank you alexwoolfson

  4. #4
    Join Date
    Sep 2008
    Posts
    101
    Plugin Contributions
    0

    Default Re: Text font and color

    You're very welcome. The span tags are one of my most frequently used secret weapons...

    Thanks for letting me know it worked for you.
    Zen Cart 1.3.8a - Database Patch Level: 1.3.8 - PHP Version 5.2.6

 

 

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. Font color on all text changes color when clicked
    By mariasims in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 6 Jul 2010, 08:15 AM
  3. CSS - Text Box Font Color
    By AlexRoss in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 17 Jan 2008, 03:15 AM
  4. Change Few Words in Text to Different Font Color
    By chava in forum Templates, Stylesheets, Page Layout
    Replies: 19
    Last Post: 9 Oct 2007, 09:42 PM
  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

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR