-
AuthorPosts
-
kcdesi Friend
kcdesi
- Join date:
- September 2007
- Posts:
- 62
- Downloads:
- 9
- Uploads:
- 5
- Thanks:
- 11
- Thanked:
- 3 times in 1 posts
November 26, 2013 at 5:28 pm #192573See the URL – http://www.kcdesi.com/k25/index.php/entertainment-link/kcdesi-movie-reviews
The five sections at the top is the JA_newspro module. I am using 0 intro articles, and only want links to be displayed here. However I also don’t want the ‘More’ link at the top and the space above that.
Where do I change that? I looked through obvious locations but didn’t find anything so far.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 27, 2013 at 9:23 am #513693Hi kcdesi,
If you don’t want to show ‘More’ links, try going to Profile settings and set 0 to Link Items.
For the space, pls send me screenshot of how you want to achieve, I will give better suggestion (also set Optimize CSS in template manager to No).
Regards
kcdesi Friendkcdesi
- Join date:
- September 2007
- Posts:
- 62
- Downloads:
- 9
- Uploads:
- 5
- Thanks:
- 11
- Thanked:
- 3 times in 1 posts
December 4, 2013 at 11:09 pm #514365I have attached a snapshot.
1. I want to be able to style the title here – e.g. caps, smaller font, etc.
2. I want to be able to style the text itself.
3. There is a space between the ‘Announcements’ and ‘More’ – want to remove or reduce it.
4. I want to change the text ‘More’ to something else e.g., ‘Click for more stories from this category’ – again styled.What can be done? I scoured the module directory and the css of the template itself with not much of a progress.
Thank you for all your help.
Link: http://www.kcdesi.com/k25/kcdesi-local-links/kcdesi-videos
and Optimize CSS is off till you confirm.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 4, 2013 at 11:38 pm #514369<em>@kcdesi 400599 wrote:</em><blockquote>
1. I want to be able to style the title here – e.g. caps, smaller font, etc.</blockquote>To style the titles/headings for your articles, look to the following file path –>
/k25/templates/ja_nex/css/template.cssstarting at line 27, you will see the following . . .
a {
color: #666666
text-decoration: none;
}a:hover, a:active, a:focus {
color: #CC3333
text-decoration: none;
}This is where you can modify and add additional properties to style your heading any way you like
– such as “font-size,” “font-color,” “font-weight,” etc.2. I want to be able to style the text itself.
Look to file path –> /k25/templates/ja_nex/css/template.css
at line 25 – like above – you can modify or add whatever properties you want to style the text, for example . . .
a {
color: #666666
font-size: 15px;
text-decoration: none;
}3. There is a space between the ‘Announcements’ and ‘More’ – want to remove or reduce it.
Look to file path –> /k25/modules/mod_janewspro/tmpl/default/style.css
at line 18, you will see the following . . .
.default .ja-zin .ja-box .ja-box-inner {
margin: 0;
padding: 8px 12px 5px;
}To reduce the space as you indicated, you can modify the padding property such as . . .
.default .ja-zin .ja-box .ja-box-inner {
margin: 0;
padding: 1px 12px 5px;
}Hope That Helps a bit.
😎
1 user says Thank You to TomC for this useful post
kcdesi Friendkcdesi
- Join date:
- September 2007
- Posts:
- 62
- Downloads:
- 9
- Uploads:
- 5
- Thanks:
- 11
- Thanked:
- 3 times in 1 posts
December 5, 2013 at 5:31 am #514395That helped a lot!! Thank you very much Tom.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 5, 2013 at 6:05 am #514399<em>@kcdesi 400639 wrote:</em><blockquote>That helped a lot!! Thank you very much Tom.</blockquote>
Glad to be of assistance . . . All the best with your continuing site development.
🙂
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 3 voices, and was last updated by TomC 10 years, 12 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Using NewsPro module – need styling help
Viewing 6 posts - 1 through 6 (of 6 total)