Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #986338
    Alex
    Participant

    Hello,

    I’ve just updated WPML plugin and my small customization is lost: the icon that appears in the beginning of the post’s name on blog index and single post was hidden, but now it is visible on blog index page:

    http://playingwriter.com/blog/

    And, strangely, in the post it is hidden:

    http://playingwriter.com/finding-your-calling-is-hard-and-how-to-make-it-easier/

    So can you help me to fix this and hide the icon again on the blog index page?

    Thanks!


    Alex

    #986653
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    
    .blog .format-standard .entry-title::before {
        content: "";
    }
    

    Hope that helps.

    #987218
    Alex
    Participant

    Hello,

    Thank you very much!


    Alex

    #987221
    Lely
    Moderator

    You’re welcome Alex!

    Cheers!

    #991174
    Alex
    Participant

    Hello again,

    I’ve got the same issue with visible icon on tag index pages:

    http://playingwriter.com/ru/tag/perevod/

    And on category index pages:

    http://playingwriter.com/ru/category/knigi-igry/

    Please help me to hide the icon on these pages too.

    And I’d like to suggest that you added an option into Customizer to manually hide these icons. It would be nice for new users.

    Thanks.


    Alex

    #991248
    Christopher
    Moderator

    Hi there,

    Please add this :

    .format-standard .entry-title:before {
        content: " ";
    }

    We certainly appreciate the feedback! This is something we can add to our list of feature requests. This way it can be taken into consideration for future development. All of these items are discussed with our team internally and prioritized based on the amount of interest a particular feature might receive.

    Hope it helps.

    #997259
    Alex
    Participant

    Hello,

    Thank you very much, that helped!


    Ale

    #997316
    Christopher
    Moderator

    You’re most welcome.

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