-
AuthorPosts
-
July 15, 2008 at 6:19 pm #130893
Hi,
I love the Kulanite template, but have 2 questions:
1) I think it looks very confusing with all the lines, especially in articles. For an example, look here:
I would like if it could look more like this:
http://peecee.dk/uploads/072008/example.jpg2) How do I make the article title (iPhone udsolgt efter 3 timer) much bigger?
Thank you
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 16, 2008 at 4:07 am #260059Hi
You can change it following some steps below :
Step 1 : Open template.css file in templates/ja_kulanite/css folder find following code section at about line 463 :
#ja-current-content {
background:#FFFFFF url(../images/grad2.gif) repeat-x scroll center bottom;
border:1px solid #E6E6E6;
padding:10px 15px;
}
change to :
#ja-current-content {
background:#FFFFFF url(../images/grad2.gif) repeat-x scroll center bottom;
padding:10px 15px;
}
continue , find following code section at about line 684 :
#ja-pathway {
margin-bottom:5px;
padding:0pt 0pt 7px;
}
change to :
#ja-pathway {
margin-bottom:5px;
padding:0pt 0pt 7px;
}
Step #2 :
Open default_css.css file in components/com_maxcomment/templates/default/css folder , find following code section at about line 22 :
table.mxcdefault_dotted td {
border-top:1px dotted #999999;
color:#666666;
font-size:11px;
font-stretch:semi-condensed;
font-weight:normal;
height:22px;
vertical-align:middle;
}
change to :
table.mxcdefault_dotted td {
color:#666666;
font-size:11px;
font-stretch:semi-condensed;
font-weight:normal;
height:22px;
vertical-align:middle;
}
continue , find following code at about line 12 :
table.mxcdefault_dotted {
border-bottom:1px dotted #999999;
font-family:Verdana,Geneva,Helvetica;
vertical-align:middle;
}
change to :
table.mxcdefault_dotted {
font-family:Verdana,Geneva,Helvetica;
vertical-align:middle;
}1 user says Thank You to Sherlock for this useful post
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 16, 2008 at 4:09 am #260061to change font-size of article title , you open template.css file in templates/ja_kulanite/css folder, find following code section at about line 318 :
h2.contentheading, .contentheading {
color:#333333;
font-size:200%;
margin:0pt;
padding:0pt;
}
red text is css code for font-size.
1 user says Thank You to Sherlock for this useful post
-
AuthorPosts
This topic contains 3 replies, has 2 voices, and was last updated by Sherlock 16 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum