Keyword

Hide k2 category description at responsive view

More
6 years 9 months ago #162340 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
.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
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
6 years 9 months ago #162343 by Krikor Boghossian
Replied by Krikor Boghossian on topic Hide k2 category description at responsive view
Hello,

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.

More
6 years 9 months ago #162345 by babis
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 Log in or Create an account to join the conversation.

More
6 years 9 months ago #162494 by babis
Hello all,
i tried everything but nothing... Any mod can help ?
Thank you...

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
6 years 9 months ago #162495 by Krikor Boghossian
Replied by Krikor Boghossian on topic Hide k2 category description at responsive view
Hello,

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.

More
6 years 9 months ago #162563 by babis

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
6 years 9 months ago #162574 by Krikor Boghossian
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.

More
6 years 9 months ago #162575 by babis
Thank you Krikor, you are the best!

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
6 years 9 months ago #162583 by Krikor Boghossian
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.


Powered by Kunena Forum