ThemeRepublic

Premium Joomla Templates

  • Categories
    Categories
    View categories that are created for the site and filter discussions by categories.
aliyousef on Saturday, January 22 2011, 05:28 AM

modify title font for K2 Item

1
Hi Zahir:

Your Pangea template is really nice and has important thing for me (K2 compatibility)

I see the font of title for K2 item (I don't know If the same thing for J! article) is so big can i modify it to be like My name in contact us page ?

[b:2pttcmdh]Ali Youssef[/b:2pttcmdh]
Locked
The discussion has been locked.
       
  • 0
    Replied by aliyousef on Saturday, January 22 2011, 05:29 AM · Hide · #1
    by the way this is my site :

    <!-- m --><a class="postlink" href="/http://www.structural-news.com/">http://www.structural-news.com/">http://www.structural-news.com/">http://www.structural-news.com/</a><!-- m -->
  •  
  •  
    0
    Replied by zahir on Tuesday, January 25 2011, 08:27 PM · Hide · #2
    Hi aliyousef,

    You will need to open up the template.css file and make some changes to the font style. Look for the following (around line 508):
    .componentheading {
        color: #454545;
        font-size: 2em;
        font-weight: bold;
        letter-spacing: -0.06em;
        line-height: 1em;
        margin-bottom: 0.5em;
        text-shadow: 1px 1px 0 #CCCCCC;
    }

    and edit the CSS as necessary.

    If you want it to look like the text on the contact page, change it to:
    .componentheading {
        font-family: Georgia,"Times New Roman",Times,serif;
        letter-spacing: 0.05em;
        line-height: 1em;
        text-shadow: 1px 1px 0 #CCCCCC;
        text-transform: uppercase;
        color: #104D73;
    }


    Or play around with a tool like typetester or csstypeset and adjust the css as necessary.

    Hope that helps :)
Discussions are now locked. You will not be able to reply to this discussion

Recent Themes

The Joomla!™ name is used under a limited license from Open Source Matters in the United Statesand other countries.
ThemeRepublic.com is not affiliated with or endorsed by Open Source Matters or the Joomla! Project.