Home Forums Basel support forum My Account adjustments

My Account adjustments

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #14251

    orisorin
    Participant

    Hello,

    Could someone please help me to make these adjustments to the my account page?
    Pictures added in attachment.

    Kind regards,

    Attachments:
    You must be logged in to view attached files.
    #14258

    Artem Temos
    Keymaster

    Hi,

    Please, provide us your admin access so we can see your account page.

    Regards

    #14267

    orisorin
    Participant

    info below

    #14272

    Bogdan Donovan
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .woocommerce-account .woocommerce-MyAccount-title {
      background-color: #FFF;
      border: 1px solid #e0bcc9;
      color: #e0bcc9;
    }
    
    .woocommerce-MyAccount-navigation ul {
       border-color: #e0bcc9;
    }
    
    .woocommerce-MyAccount-content>p:not(.woocommerce-info) {
    	background: #fff;
      	border: 1px solid #e0bcc9;
    }
    
    .my_account_orders tbody td,
    .my_account_orders thead th {
    	border-color: #e0bcc9;
    }
    
    .my_account_orders tbody td{
    	background-color: #fff;
    }
    
    .woocommerce-orders-table__cell .button {
    	background: #fff;
      	border-color: #e0bcc9
    }
    
    .woocommerce-orders-table__cell .button:hover {
      	background: #e0bcc9;
    }
    
    .woocommerce-orders-table__cell .button.invoice {
    	margin-top: 3px;
    }
    
    .woocommerce-account .tooltipster-base {
    	background-color: #e0bcc9;
    }

    Regards

    #14273

    orisorin
    Participant

    Thank you very much!

    #14286

    Bogdan Donovan
    Keymaster

    You are welcome!

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

The topic ‘My Account adjustments’ is closed to new replies.