Tagged: x
-
AuthorPosts
-
January 30, 2017 at 11:28 am #1351068
Loren NParticipantI’ve followed a few different threads in the forum (a few different solutions), but none work for me.
I’m using the renew stack but cannot remove the icons in the blog.
This is the website
http://startingconversations.co.uk/blog/Can you help please?
January 30, 2017 at 12:57 pm #1351175
RupokMemberHi there,
Thanks for writing in! You can add this under Custom > CSS in the Customizer.
.blog .entry-title::before { display: none; }Hope this helps.
Cheers!
January 30, 2017 at 4:17 pm #1351407
Loren NParticipantNo, that didn’t work.
The strange thing is that when I enter the css you’ve provided into the ‘custom css’ area under the customiser, it doesn’t seem to look right. For instance, the classes etc. normally highlight in yellow, but this bit didn’t. I had this with the other ways I tried when I searched the forum earlier.
I’ve attached a screenshot.
What’s happening?
January 31, 2017 at 12:34 am #1351866
Paul RModeratorHi,
There is a missing } before the code.
It should be
.x-topbar .x-social-global a { color:#535553; } .blog .entry-title::before { display: none; }Hope that helps.
February 2, 2017 at 3:47 am #1354981
Loren NParticipantDoh! Thank you. That worked. However only on the main blog page. I need to remove the icons from individual posts too.
February 2, 2017 at 5:51 am #1355082
ChristianModeratorPlease update this
.blog .entry-title::before { display: none; }to this
.blog .entry-title:before, .single .entry-title:before { display: none; }Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1351068 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
