-
AuthorPosts
-
hcardenas Friend
hcardenas
- Join date:
- February 2010
- Posts:
- 41
- Downloads:
- 12
- Uploads:
- 14
- Thanks:
- 20
- Thanked:
- 6 times in 3 posts
November 12, 2015 at 4:42 pm #723974Dear Joomlart staff,
I would like to know the code I should insert in the custom.css file, in order to take off the captions in the JA ACM module (type Magazine – Featured News: style 4).
It is nice to have captions in the article detail view, but having them in the ACM module in the front-page is asthetical.
Please find attached a picture showing the issue.
Thanks in advance.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 12, 2015 at 5:08 pm #724025So that we can try to best assist you, please provide the url of the site you’re working on,
as well as temporarily set “Optimize CSS” to “Off” within your Template Manager–General settings.TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 12, 2015 at 5:08 pm #754417So that we can try to best assist you, please provide the url of the site you’re working on,
as well as temporarily set “Optimize CSS” to “Off” within your Template Manager–General settings.hcardenas Friendhcardenas
- Join date:
- February 2010
- Posts:
- 41
- Downloads:
- 12
- Uploads:
- 14
- Thanks:
- 20
- Thanked:
- 6 times in 3 posts
November 12, 2015 at 5:11 pm #724027Thanks for your answer. The url is:
hcardenas Friendhcardenas
- Join date:
- February 2010
- Posts:
- 41
- Downloads:
- 12
- Uploads:
- 14
- Thanks:
- 20
- Thanked:
- 6 times in 3 posts
November 12, 2015 at 5:11 pm #754419Thanks for your answer. The url is:
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 12, 2015 at 6:01 pm #724034;Try This . . . .
Within file path —> /templates/ja_teline_v/local/css/template.css
locate the following CSS rule (not exactly certain which line it is at):
.img_caption p.img_caption {
background: #111111 none repeat scroll 0 0;
clear: both;
color: #999999;
font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 12px;
margin: 0;
padding: 5px;
width: 100%;
}Modify as follows:
.img_caption p.img_caption {
background: #111111 none repeat scroll 0 0;
clear: both;
color: #999999;
display: none;
font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 12px;
margin: 0;
padding: 5px;
width: 100%;
}
SAVE CHANGES – CLEAR CACHE – REFRESH PAGEBetter ??
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 12, 2015 at 6:01 pm #754426;Try This . . . .
Within file path —> /templates/ja_teline_v/local/css/template.css
locate the following CSS rule (not exactly certain which line it is at):
.img_caption p.img_caption {
background: #111111 none repeat scroll 0 0;
clear: both;
color: #999999;
font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 12px;
margin: 0;
padding: 5px;
width: 100%;
}Modify as follows:
.img_caption p.img_caption {
background: #111111 none repeat scroll 0 0;
clear: both;
color: #999999;
display: none;
font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 12px;
margin: 0;
padding: 5px;
width: 100%;
}
SAVE CHANGES – CLEAR CACHE – REFRESH PAGEBetter ??
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 12, 2015 at 6:02 pm #724036Not entirely certain if this will work, but another possibility could be to create a new file called “custom.css” within file path –> /templates/ja_teline_v/local/css/ . . . and then paste the following CSS rule within:
.img_caption p.img_caption {
display: none;
}TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 12, 2015 at 6:02 pm #754428Not entirely certain if this will work, but another possibility could be to create a new file called “custom.css” within file path –> /templates/ja_teline_v/local/css/ . . . and then paste the following CSS rule within:
.img_caption p.img_caption {
display: none;
}hcardenas Friendhcardenas
- Join date:
- February 2010
- Posts:
- 41
- Downloads:
- 12
- Uploads:
- 14
- Thanks:
- 20
- Thanked:
- 6 times in 3 posts
November 12, 2015 at 6:06 pm #724038Thanks Tom, but I don’t want to take off all the captions. I only need to take off captions in that specific module JA ACM Featured News Style 4. Is there any way to achieve that?
hcardenas Friendhcardenas
- Join date:
- February 2010
- Posts:
- 41
- Downloads:
- 12
- Uploads:
- 14
- Thanks:
- 20
- Thanked:
- 6 times in 3 posts
November 12, 2015 at 6:06 pm #754430Thanks Tom, but I don’t want to take off all the captions. I only need to take off captions in that specific module JA ACM Featured News Style 4. Is there any way to achieve that?
hcardenas Friendhcardenas
- Join date:
- February 2010
- Posts:
- 41
- Downloads:
- 12
- Uploads:
- 14
- Thanks:
- 20
- Thanked:
- 6 times in 3 posts
November 13, 2015 at 4:23 am #724084TomC, I was able to achieve what I wanted.
If somebody else is interested, adding the next lines in your custom.css file will do the trick:
.magazine-featured.style-4 .magazine-item-media .item-image .img_caption p.img_caption {
display: none;
}regards,
1 user says Thank You to hcardenas for this useful post
hcardenas Friendhcardenas
- Join date:
- February 2010
- Posts:
- 41
- Downloads:
- 12
- Uploads:
- 14
- Thanks:
- 20
- Thanked:
- 6 times in 3 posts
November 13, 2015 at 4:23 am #754476TomC, I was able to achieve what I wanted.
If somebody else is interested, adding the next lines in your custom.css file will do the trick:
.magazine-featured.style-4 .magazine-item-media .item-image .img_caption p.img_caption {
display: none;
}regards,
1 user says Thank You to hcardenas for this useful post
-
AuthorPosts
This topic contains 15 replies, has 2 voices, and was last updated by TomC 9 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum