Topic: J+ WP Default Template Question

0 Members and 1 Guest are viewing this topic.

December 11, 2008, 08:04 AM

Offline khrishna

  • Newbie
  • *
  • Posts: 7
    • View Profile
I have a quick question about the default template for the WP component. What css value controls the size of the post title? I've been going through line by line and can't seem to find the right value to change.

December 11, 2008, 08:07 AM

Offline Steven Pignataro

  • Magic of the sig!
  • Administrator
  • Hero Member
  • *****
  • Posts: 605
    • View Profile
    • 'corePHP' - Web Development Services
One of our support staff members will reply shortly.

Kindest regards,

Steven Pignataro - CEO
http://www.corephp.com - 'corePHP' - Accessibility Experts

-- Professional Support: http://support.corephp.com

December 11, 2008, 08:42 AM

Offline Rafael Corral

  • Administrator
  • Sr. Member
  • *****
  • Posts: 320
    • View Profile
You can access the H2 like this:
#content .post h2{
font-size:12px;
}

Let me know if you still have any questions.