Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1051134
    JP
    Participant

    Hey guys

    how do i change the category title on cat archive?

    http://myeternalbeauty.com/?product_cat=lips

    thanks

    #1051220
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! Please add the following jQuery script in your Customizer via Appearance > Customize > Custom > Edit Global Javascript

    jQuery(document).ready(function($){
    	$('.archive.woocommerce .h-landmark span').html("New Title");
    });

    Don’t forget to clear your browser’s cache after adding the code. Let us know how this goes!

    #1051826
    JP
    Participant

    Thanks very much – can this by dynamic? as in can it show the actually category you are in?

    #1052024
    Rad
    Moderator

    Hi there,

    It’s not dynamic. But you can change it too at Admin > Products > Categories and update the archive title and description.

    Thanks!

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