Home Forums WoodMart support forum My account page hide left selection.

My account page hide left selection.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #259763

    YasinKsmG
    Participant

    Hello,

    I want to hide red square and only show blue how can I do that?

    https://ibb.co/YXFXH5n

    #259840

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .woodmart-my-account-sidebar{
        display:none;
    }
    
    .woocommerce-MyAccount-content {
        flex: 1 0 100%;
        max-width: 100%;
        width: 100%;
    }

    Best Regards

    #259841

    YasinKsmG
    Participant

    Thank you much elise! Can you help me with my other topics please? Thank you again.

    #259860

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)