-
AuthorPosts
-
November 17, 2008 at 3:52 am #135417
On the Larix template, in the included JANews extension, the titles of the categories (phone, media 2.0, today on the news, etc) have a gray colored background and nice rounded bullet. However, mine doesn’t show up the same way (no bullet, no coloring, etc) so I’m wondering how that can be edited. Is there a file I could copy from the template folder that’s maybe missing? I’ve tried to include an image to help.
Please help. Thanks!
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
November 17, 2008 at 9:47 am #279391Hi mks8500,
You can open ja-news.css file in templates/ja_larix/css folder, find following script to edit:
[PHP].ja-newscat {
color: #333333;
display: block;
font-weight: bold;
font-size: 120%;
text-decoration: none;
margin: 0 0 10px;
position: relative;
background: url(../images/ci-right.gif) no-repeat top right;
text-transform: uppercase;
height: 32px;
line-height: 32px;
}.ja-newscat:hover, .ja-newscat:active, .ja-newscat:focus {
text-decoration: none;
outline: none;
}.ja-newscat span {
display: block;
font-weight: bold;
padding: 0 5px 0 30px;
background: url(../images/ci-left.gif) no-repeat top left;
color: #403C3A;
height: 32px;
line-height: 34px;
}[/PHP]Notice: Open mod_janews.php file in modules/mod_janews forder, about line 48, find following script:
[PHP]JHTML::stylesheet(‘ja-news.css’,’modules/mod_janews/ja_news/’);[/PHP]and change this script to:
[PHP]//JHTML::stylesheet(‘ja-news.css’,’modules/mod_janews/ja_news/’);[/PHP]1 user says Thank You to JA Developer for this useful post
November 17, 2008 at 6:15 pm #279437In both of the places I looked (as you suggested) and my files say exactly what yours above says but it doesn’t look the same as the site template.
November 17, 2008 at 6:37 pm #279440Oops…I got it. The // was missing in front of the JHTML. Thank you so much!
November 19, 2008 at 10:31 pm #279688What if the info above is no longer in the ja-news.css file? Where would one add it?
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
November 20, 2008 at 7:19 am #279734Dear mks8500,
I don’t understand your reply.
Please let me in detail.Thanks.
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 2 voices, and was last updated by Anonymous 16 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Where to Edit Color of JANews Category titles
Viewing 6 posts - 1 through 6 (of 6 total)