-
AuthorPosts
-
zorroh Friend
zorroh
- Join date:
- November 2006
- Posts:
- 422
- Downloads:
- 20
- Uploads:
- 43
- Thanks:
- 88
- Thanked:
- 80 times in 1 posts
May 19, 2015 at 5:29 pm #206474I made copy of events layout and linked it with new menulink.
all works..but i want to hide event info what comes from ACM Events list. I inspected it and it shows
.events-list .event-info ul li {
blabblabla
}If i change it in inspector to display:none then it works and hides events info…but if i put it into custom.css then it wont work.
in ACM module i use custom module suffix
Where am i wrong? where to lookup?
- TomC Moderator
TomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
May 19, 2015 at 10:39 pm #571156Might be because it’s a separate component and not a core joomla file.
I’ve found that custom.css doesn’t generally work with separate component CSS issues.
zorroh Friendzorroh
- Join date:
- November 2006
- Posts:
- 422
- Downloads:
- 20
- Uploads:
- 43
- Thanks:
- 88
- Thanked:
- 80 times in 1 posts
May 20, 2015 at 1:56 pm #571221any suggestions? im using only JoomlArt template and ACM, Event layout.
zorroh Friendzorroh
- Join date:
- November 2006
- Posts:
- 422
- Downloads:
- 20
- Uploads:
- 43
- Thanks:
- 88
- Thanked:
- 80 times in 1 posts
May 20, 2015 at 1:56 pm #736269any suggestions? im using only JoomlArt template and ACM, Event layout.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
May 20, 2015 at 5:23 pm #571245<em>@zorroh 474241 wrote:</em><blockquote>any suggestions? im using only JoomlArt template and ACM, Event layout.</blockquote>
Need the following bits of information:
– The url of the site you’re working on
– The page where the issue is occurring
– Temporarily set “Optimize CSS” to “Off” within your Template Manager–General settingsTomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
May 20, 2015 at 5:23 pm #736293<em>@zorroh 474241 wrote:</em><blockquote>any suggestions? im using only JoomlArt template and ACM, Event layout.</blockquote>
Need the following bits of information:
– The url of the site you’re working on
– The page where the issue is occurring
– Temporarily set “Optimize CSS” to “Off” within your Template Manager–General settingszorroh Friendzorroh
- Join date:
- November 2006
- Posts:
- 422
- Downloads:
- 20
- Uploads:
- 43
- Thanks:
- 88
- Thanked:
- 80 times in 1 posts
May 20, 2015 at 6:15 pm #571262Thank You for looking it!
zorroh Friendzorroh
- Join date:
- November 2006
- Posts:
- 422
- Downloads:
- 20
- Uploads:
- 43
- Thanks:
- 88
- Thanked:
- 80 times in 1 posts
May 20, 2015 at 6:15 pm #736310Thank You for looking it!
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
May 20, 2015 at 6:22 pm #571265Try This . . . .
Within file path –> /templates/ja_teline_v/local/acm/events/css/style.css
at line 205, modify as follows:
.events-list .event-info ul {
display: none;
list-style: outside none none;
margin: 12px 0 0;
padding: 0;
background-color: #fff
}
SAVE CHANGES – CLEAR CACHE – REFRESH PAGEIs that what you wanted?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
May 20, 2015 at 6:22 pm #736313Try This . . . .
Within file path –> /templates/ja_teline_v/local/acm/events/css/style.css
at line 205, modify as follows:
.events-list .event-info ul {
display: none;
list-style: outside none none;
margin: 12px 0 0;
padding: 0;
background-color: #fff
}
SAVE CHANGES – CLEAR CACHE – REFRESH PAGEIs that what you wanted?
zorroh Friendzorroh
- Join date:
- November 2006
- Posts:
- 422
- Downloads:
- 20
- Uploads:
- 43
- Thanks:
- 88
- Thanked:
- 80 times in 1 posts
May 20, 2015 at 7:02 pm #571279not working with custom.css
zorroh Friendzorroh
- Join date:
- November 2006
- Posts:
- 422
- Downloads:
- 20
- Uploads:
- 43
- Thanks:
- 88
- Thanked:
- 80 times in 1 posts
May 20, 2015 at 7:02 pm #736327not working with custom.css
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
May 20, 2015 at 7:08 pm #571280<em>@zorroh 474316 wrote:</em><blockquote>not working with custom.css</blockquote>
Yah, I mistyped my initial response (#6) – have since re-edited.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
May 20, 2015 at 7:08 pm #736328<em>@zorroh 474316 wrote:</em><blockquote>not working with custom.css</blockquote>
Yah, I mistyped my initial response (#6) – have since re-edited.
AuthorPostsViewing 14 posts - 1 through 14 (of 14 total)This topic contains 14 replies, has 2 voices, and was last updated by TomC 9 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum