Hide RSS logo and title from widget
-
Is there a way for me to hide the rss feed logo and title on the following page by adding a line or two in the following code>
https://game-of-thrones-episodes.com/post-show-recaps/
#rss-152 {
margin: 0 -440px;
position: absolute;
top: 270px;
width: 490px;
font-size: 11pt;
line-height: 1.3;
}The blog I need help with is: (visible only to logged in users)
-
Hi there,
Is this the only page you want to hide it on?
If it is, please try using:
.page-id-3246 .rsswidget img { display: none; } -
Thanks, garysixtyeight,
The logo disappears, but the title remains. If I do not enter a title in the widget box, default widget setting places the title’s feed in it automatically. So, I put one little character in title area. But it would be nice to eliminate the line altogether.
I can add the page id to add more, but just in case I want to eliminate it on all page, what is the code?
-
Let’s not make this so difficult. I will just change the title to In-Depth Analysis on the video podcast pages. That solves that problem.
-
-
mmmm. so it can be done. This has possibilities. Thank you for responding so quickly.
How would I change it for all pages?
-
Please replacing the earlier css with this:
.heading .rsswidget { display: none; }If there’s another page where this css doesn’t hide it, please post a link to that page.
Thanks :)
-
-
thanks for your help. There are advantages and disadvantages tot his. I will have to think it over if I want to do it for all pages, or do it by individual rss widgets.
Thank you, again for all your help.
-
- The topic ‘Hide RSS logo and title from widget’ is closed to new replies.