Tagged: x
-
AuthorPosts
-
September 19, 2016 at 11:06 am #1181647
Kade McConvilleParticipantHi 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.
September 19, 2016 at 11:52 am #1181704
RupokMemberHi 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!
September 19, 2016 at 4:15 pm #1182110
Kade McConvilleParticipantHi,
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.
September 19, 2016 at 11:33 pm #1182600
RupokMemberHi 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.
September 20, 2016 at 6:06 am #1182987
Kade McConvilleParticipant.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 :/
September 20, 2016 at 7:21 am #1183035
Paul RModeratorHi,
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.
September 21, 2016 at 9:47 am #1184725
Kade McConvilleParticipantThat only works to remove the header, not the product list/archive unfortunately :/
September 21, 2016 at 11:02 am #1184880
Nabeel AModeratorHi again,
Can you please share a screenshot of the issue so we can take a look?
Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1181647 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
