Change Category Index Text in WP Twenty Ten

Discussion in 'CSS' started by gfn, Dec 17, 2010.

  1. #1
    Hi, Im just wondering where to change the Category Index Text in WP Twenty Ten CSS

    [​IMG]
     
    gfn, Dec 17, 2010 IP
  2. developerpanda

    developerpanda Peon

    Messages:
    104
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    If you just wanted to edit the text you have highlighted then it's the name of a category, you can edit that text in the WordPress Admin section. Look under Posts > Categories.

    But if you wanted to change the styling of that Italicized text then you edit the style.css inside TwentyTen theme folder and look for .page-title span { } , its in line number 544.
     
    developerpanda, Dec 18, 2010 IP
  3. gfn

    gfn Member

    Messages:
    192
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    33
    #3
    Yeah perfect, thanks, that worked just fine, I used the following code in the child theme

    What about where it reads "categories archives", where do I change the style for that
     
    gfn, Dec 18, 2010 IP
  4. developerpanda

    developerpanda Peon

    Messages:
    104
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Glad it worked :)

    The styles that affect that "Category Archives:" would be in .page-title { } in line #538 and #content h1, #content h2, #content h3, #content h4, #content h5, #content h6 { } in line #494.
     
    developerpanda, Dec 18, 2010 IP
  5. gfn

    gfn Member

    Messages:
    192
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    33
    #5
    Thanks worked fine, do you specialize in WP themes?
     
    gfn, Dec 18, 2010 IP
  6. developerpanda

    developerpanda Peon

    Messages:
    104
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Yes I am a WordPress developer. Here is my portfolio - developerpanda.com :)
     
    developerpanda, Dec 18, 2010 IP
  7. CSM

    CSM Active Member

    Messages:
    1,047
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    55
    #7
    Would be easier if you would install Firebug for Firefox and use its functions to show CSS of elements.
     
    CSM, Dec 19, 2010 IP