Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
CSS code for article headers in Joomla
04-08-2009, 08:46 AM
Post: #1
CSS code for article headers in Joomla
I've been trying to find it both in the phpfox template and the rhuk_milkyway one. How do I just make the headings bigger? Thanks, nice mod.
Find all posts by this user
Quote this message in a reply
04-08-2009, 09:05 AM
Post: #2
RE: CSS code for article headers in Joomla
Two sec's I'll dig this out for you freshprince.
Find all posts by this user
Quote this message in a reply
04-08-2009, 09:24 AM
Post: #3
RE: CSS code for article headers in Joomla
Here we go! If you're talking about the article headings on the blog layouts:

/* Article Heading */
.contentheading {
padding: 0;
font-family: Arial, Helvetica,sans-serif;
font-size: 1.4em;
font-weight: bold;
vertical-align: bottom;
color: #333;
text-align: left;
width: 100%;
}
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: