how can i disable the rss feed in K2 categories

Creative and responsive Joomla template with amazing parallax effect.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Jan 07, 2015 11:16 pm
Reply with quote
Report this post
Hey Ladies & Gents,

can someone tell me how to disable the rss feed ( icon & link ) that's shown on K2 category fronsite? (att.P1)
I did the settings in the backend (att. P2), but nothing happens :(

Thx,

eazy
User avatar
Fresh Boarder

GK User
Wed Jan 07, 2015 11:18 pm
Reply with quote
Report this post
here the attachements ;)
User avatar
Fresh Boarder

teitbite
Thu Jan 08, 2015 12:35 pm
Reply with quote
Report this post
Hi

There is couple of placec where this can be configured. K2 global parameters, K2 category settings or menu item configuration.

If none of this help just add this to css:

Code: Select all
a.k2FeedIcon { display: none; }
User avatar
Moderator

GK User
Mon Apr 25, 2016 10:36 pm
Reply with quote
Report this post
and to remove the text and the icon

Code: Select all
.k2FeedIcon a, a.k2FeedIcon {
    display: none;
}
User avatar
Expert Boarder

teitbite
Tue Apr 26, 2016 12:34 pm
Reply with quote
Report this post
Hi

Yes, that's correct. Did it helped ? Please let me know, so I'll be able to close this thread.
User avatar
Moderator


cron