Tagged: x
-
AuthorPosts
-
July 23, 2016 at 1:22 am #1099610
Hi everyone, I was wondering if it’s possible to edit the integrity 1 to make the woocommerce my account sections display in tabbed form like the tabs from that stack?
July 23, 2016 at 2:16 am #1099658Hello There,
Thanks for writing in! Regretfully you cannot edit the My Account page in Cornerstone. The contents of this page is generated by using this shortcode:
[woocommerce_my_account]
. To know more how you can customize WooCommerce pages, please check it here:
https://docs.woocommerce.com/document/template-structure/
https://woocommerce.com/2014/08/five-quick-woocommerce-customization-tips/Or perhaps this 3rd party plugin can help you:
https://wordpress.org/plugins/custom-my-account-for-woocommerce/Hope this helps.
September 15, 2016 at 3:48 pm #1177211Thank you for your reply.
I’ve tried the first method but it’s really defficult for my knowledge and the third party plugin works but it needs a lot of customization to display the style as the tabs from Integrity stack and their support is really bad even though they offer customization.
If you have any other tip it would be helpful.
I was wondering if the I want the menu transparent which I already accomplished but the problem is that the border between the menu and content is still there: http://prntscr.com/cignsj
Thanks in advance.
September 15, 2016 at 9:18 pm #1177623Hi there,
Unfortunately, we can’t customization for Woocommerce default pages and structures too. But with just styling, yes we could help 🙂
And to remove your navbar’s line, please add this CSS to Admin > Appearance > Customizer > Custom > CSS
.x-navbar { border-bottom: 0px; box-shadow: none; }
Cheers!
-
AuthorPosts