Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1099610

    jdiaz1302
    Participant

    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?

    #1099658

    Rue Nel
    Moderator

    Hello 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.

    #1177211

    jdiaz1302
    Participant

    Thank 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.

    #1177623

    Rad
    Moderator

    Hi 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!