• Resolved frangoaoalho

    (@frangoaoalho)


    Hey, hope you are well!

    Please help me hide / set to font-size 0px the X€ for X items part in the Order Page from the Customer Account Dashboard.

    View the screenshot for context please.

    I tried going with tr table in CSS but can’t get it.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter frangoaoalho

    (@frangoaoalho)

    Couldnt attach screenshot, sorry

    Thread Starter frangoaoalho

    (@frangoaoalho)

    Got it

    td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total {
        font-size: 0px;
    }
    
    td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total::before {
        font-size: 14px;
    }

    Thanks

    Thread Starter frangoaoalho

    (@frangoaoalho)

    You gotta simplify this stuff for guys like me please lol

    Plugin Support Beauty of Code (woo-hc)

    (@beautyofcode)

    Hey there ??

    Thanks for reaching out!

    It looks like you may have already managed to get this sorted, yes? (I’d just like to clarify before marking this as resolved ?? )

    If not, we’d be happy to take a closer look. Kindly share a screenshot of the exact area of the Order Page that you would like to change.

    If you don’t already have a screenshot tool installed,?Snipboard.io?can be used for easily sharing screenshots. Please follow the instructions on that page, then paste the URL in your reply here.

    Cheers!

    Thread Starter frangoaoalho

    (@frangoaoalho)

    Dear Miss Roxy, hoep you are well.

    I am kind of stuggling to increase the orders table width.

    I am doing width: x% and adjusting margins, but I believe there should be a more neat and corrct way to do it.

    Any thoughts?

    Thans a lot

    Plugin Support Shameem R. a11n

    (@shameemreza)

    Hi @frangoaoalho,

    Can you please share a screenshot showing how you want to adjust it? This will help us understand and provide you with a more accurate solution.

    For screenshots, you may use https://snipboard.io – please follow the instructions on that page, then paste the URL in this thread.

    However, an easy hack will be to use the full width template for the My Account page. It will increase the full page width to 100%, including your order table.

    Additionally, you can use a plugin like Customize My Account for WooCommerce by ThemeGrill or Customize My Account for WooCommerce By SysBasics.

    Looking forward to helping you.

    Plugin Support Shameem R. a11n

    (@shameemreza)

    Hi @frangoaoalho,

    I’m marking this topic as “resolved” due to recent inactivity. If more assistance is needed, feel free to post back here or open a new topic.

    Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Order Table in My Account’ is closed to new replies.