- Posts: 12
COMMUNITY FORUM
Hide k2 category description at responsive view
- babis
- Topic Author
- Offline
- New Member
Less
More
7 years 5 months ago #162340
by babis
Hide k2 category description at responsive view was created by babis
Hello all,
i want to hide the category description at responsive view.
http://imgur.com/a/eWVog
I had set a command like
but it doesn't work...
Any help ?
i want to hide the category description at responsive view.
http://imgur.com/a/eWVog
I had set a command like
.responsive .catItemIntroText {display: none!important;}
but it doesn't work...
Any help ?
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
7 years 5 months ago #162343
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Hide k2 category description at responsive view
Hello,
Since this is a visual issue, a link is needed.
Since this is a visual issue, a link is needed.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- babis
- Topic Author
- Offline
- New Member
Less
More
- Posts: 12
7 years 5 months ago #162345
by babis
Replied by babis on topic Hide k2 category description at responsive view
I want to hide the category description at responsive view.
Please see image below
http://imgur.com/a/ND8Is
If it is possible, please give me the code seperate for #1 and #2
Please see image below
http://imgur.com/a/ND8Is
If it is possible, please give me the code seperate for #1 and #2
Please Log in or Create an account to join the conversation.
- babis
- Topic Author
- Offline
- New Member
Less
More
- Posts: 12
7 years 5 months ago #162494
by babis
Replied by babis on topic Hide k2 category description at responsive view
Hello all,
i tried everything but nothing... Any mod can help ?
Thank you...
i tried everything but nothing... Any mod can help ?
Thank you...
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
7 years 5 months ago #162495
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Hide k2 category description at responsive view
Hello,
I will need a live link.
I will need a live link.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- babis
- Topic Author
- Offline
- New Member
Less
More
- Posts: 12
7 years 5 months ago #162563
by babis
Replied by babis on topic Hide k2 category description at responsive view
Please check at dovletoglou.com/epipla/itemlist/category/3-epipla-saloniou
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
7 years 5 months ago #162574
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Hide k2 category description at responsive view
Paste this snippet in your template's stylesheet.
@media screen and (max-width: 600px){
.itemListCategory h2 + div , .subCategory h2 + div {
display: none;
}
}
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- babis
- Topic Author
- Offline
- New Member
Less
More
- Posts: 12
7 years 5 months ago #162575
by babis
Replied by babis on topic Hide k2 category description at responsive view
Thank you Krikor, you are the best!
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
7 years 5 months ago #162583
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Hide k2 category description at responsive view
You 're welcome :)
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.