Post Category / Tittle Color

Discussion in 'GoldenEagle WordPress Theme' started by mightypizzaoven, Dec 18, 2012.

Thread Status:
Not open for further replies.
  1. mightypizzaoven

    mightypizzaoven Member

    Joined:
    Nov 4, 2012
    Messages:
    82
    Likes Received:
    0
    Hello,

    How can I change Post Category Color and Post Tittle Color.

    Thanks
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content-bar .post .post_title a{
    color:red;
    }
    .content-bar .post .post_meta li{
    color:red;
    }
    .content-bar .post .post_meta a{
    color:red;
    }
    Inplace of "red" put your color code.
     
  3. mightypizzaoven

    mightypizzaoven Member

    Joined:
    Nov 4, 2012
    Messages:
    82
    Likes Received:
    0
    Thank You, I also need to change post category heading "Category Archives: XXXX"
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to category.php present in your theme directory and follow the instruction as shown in image given below

    [​IMG]



    This will solve your issue.
     
  5. mightypizzaoven

    mightypizzaoven Member

    Joined:
    Nov 4, 2012
    Messages:
    82
    Likes Received:
    0
    I meant changing Font Color for "Category Archives: XXXX"
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .page-title a {
    color: red;
    }
    Inplace of "red" put your color code.
     
  7. mightypizzaoven

    mightypizzaoven Member

    Joined:
    Nov 4, 2012
    Messages:
    82
    Likes Received:
    0
    Great.. Thank you
     
Thread Status:
Not open for further replies.

Share This Page