Recent searches
No recent searches

Liliana Lopez
Joined May 28, 2021
·
Last activity Oct 27, 2021
Following
0
Followers
0
Total activity
3
Votes
0
Subscription
1
ACTIVITY OVERVIEW
BADGES
ARTICLES
POSTS
COMMUNITY COMMENTS
ARTICLE COMMENTS
ACTIVITY OVERVIEW
Latest activity by Liliana Lopez
Liliana Lopez commented,
@wes, Never mind! :)
View comment · Posted Oct 02, 2018 · Liliana Lopez
0
Followers
0
Votes
0
Comments
Liliana Lopez commented,
@Wes, Hello Wes!
I am using Copenhagen theme and I am trying to get your code to work but I am running into an issue.
This is what I've done-
1. Added this to my section_page HTML-
2. Added this to my CSS-
.cat-page .article-list li:nth-child(n+4) {
display: none;
}
The outcome is-
Original number of articles is listed (6) plus the link to see "all articles", and on the section page, I only see three articles.
If I use the following-
.article-list li:nth-child(n+4) {
display: none;
}
and remove the section class from section_page HTML (
Any idea why this is not working for me?
Thanks for your help.
View comment · Posted Oct 02, 2018 · Liliana Lopez
0
Followers
0
Votes
0
Comments