Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1351068
    Loren N
    Participant

    I’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?

    #1351175
    Rupok
    Member

    Hi 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!

    #1351407
    Loren N
    Participant

    No, 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?

    #1351866
    Paul R
    Moderator

    Hi,

    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.

    #1354981
    Loren N
    Participant

    Doh! Thank you. That worked. However only on the main blog page. I need to remove the icons from individual posts too.

    #1355082
    Christian
    Moderator

    Please update this

    .blog .entry-title::before {
        display: none;
    }

    to this

    .blog .entry-title:before, .single .entry-title:before {
        display: none;
    }

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1351068 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>