Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1182647
    dogpile
    Participant

    Hi,

    whats the best way to remove the “Category-archive” headline on the category-archive-pages and how do i translate the “read more” of the excerpt there?

    Best regards

    #1182650
    dogpile
    Participant
    This reply has been marked as private.
    #1182733
    Friech
    Moderator

    Hi There,

    Thanks for writing in! For the “read more” please add this on your Custom > Global JavaScript on Customizer

    jQuery(".archive .more-link").text(function(index, text) {
    	return text.replace('Read More', 'NEW LABEL');
    });

    To remove the headline add this on your Custom > Global CSS on Customizer

    .archive .x-header-landmark {display: none;}

    But! please check your entire custom CSS here: http://csslint.net/ and address all the errors.

    Let us know how it goes.

    Cheers!

    #1182747
    dogpile
    Participant

    Worked like a charm! Thanx!

    #1182771
    Friech
    Moderator

    You’re more than welcome, glad we could help.

    Cheers!

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