Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1181647
    Kade McConville
    Participant

    Hi there,

    Please take a look at my Woocommerce page (I made it in cornerstone and added shortcodes)
    https://rkade.uk.com/rkade-store/

    Unfortunately, this page also adds the shop title, sub heading and product archives at the end of the page, obviously something i do not want as i have already provided these. Now, in the customiser, I cannot find a way to change the shop title/remove it. Options seems to have been removed from my customiser options.

    Any suggestions please, to remove the title, sub-heading and the product archive at the bottom?

    Thanks.

    #1181704
    Rupok
    Member

    Hi there,

    Thanks for writing in! All of the content seems coming through shortcocde and there is no unwanted content that I can see. Would you point us with a screenshot that what you are referring? Make sure you are not using any shortcode for that.

    Cheers!

    #1182110
    Kade McConville
    Participant

    Hi,

    The content at the top of the page and the bottom (black backgrounds). This is everything outside the cornerstone elements.

    The title at the top ‘the rKade store’ and its subheading I haven’t entered. They shouldn’t be there.

    #1182600
    Rupok
    Member

    Hi there,

    Thanks for writing back. As you have created this on Cornerstone, let’s add this under page level CSS under Cornerstone Settings Tab :

    .x-header-landmark {
      display: none;
    }
    
    .x-colophon.top {
      display: none;
    }

    Hope this helps.

    #1182987
    Kade McConville
    Participant
    .x-header-landmark {
      display: none;
    }

    I had to put that in the global customizer CSS. The option for Cornerstone was disabled when the page is set as the Woocommerce ‘Shop Page’.

    Temporarily changing the shop page, then adding the CSS in cornerstone didn’t work.

    The bottom ‘products’ also still appear :/

    #1183035
    Paul R
    Moderator

    Hi,

    Please change the code to this.

    
    .page-id-5561 .x-header-landmark {
      display: none;
    }
    
    .page-id-5561 .x-colophon.top {
      display: none;
    }
    

    You need to add the code in Custom > CSS in the customizer.

    Hope that helps.

    #1184725
    Kade McConville
    Participant

    That only works to remove the header, not the product list/archive unfortunately :/

    #1184880
    Nabeel A
    Moderator

    Hi again,

    Can you please share a screenshot of the issue so we can take a look?

    Thanks!

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