My account page - by bazarcollective - on WordPress WooCommerce support

This topic has 10 replies, 3 voices, and was last updated 8 years, 5 months ago ago by Eva Kemp

  • Avatar: bazarcollective
    bazarcollective
    Participant
    November 13, 2015 at 16:58

    hey guys im trying to figure out how to edit “my account” page. i want to try changing the layout and text size remove lines. Also i was editing product short description and id like to remove the text-muted color and make it black, im using chrome inspector it takes me to bootstrap.min.css but dont know how to edit that. please help

    9 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    November 13, 2015 at 17:29

    Hello,

    Could you please show on screenshots what you want to modify?

    Thank you.

    Regards,
    Eva Kemp.

    Avatar: bazarcollective
    bazarcollective
    Participant
    November 13, 2015 at 18:04

    Hello Eva
    On the account page id like to center and edit the welcome msg, change the size of the text, and remove lines. Please see screenshot.

    For the product short description i tried making the text black #000 but it seems to have a muted-text class to it and makes the text gray. Ive attached a screenshot for that as well.

    Thank you

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    November 14, 2015 at 09:00

    Hello,

    Please add this code in child style.css file:
    ACCOUNT PAGE:

    p.myaccount_user {
        text-align: center;
    }
    .woocommerce h2 {
        font-size: 15px !important;
    }
    .addresses .address .title h3 {
      font-size: 15px;
    }
    .addresses .address .title {
       border-top: none;
    }

    To change the message you need edit the file wp-content/plugins/woocommerce/templates/myaccount/my-account.php.

    PRODUCT DESCRIPTION:

    .product-information .short-description p {
        color: #000;
    }

    Best regards,
    Jack Richardson.

    Avatar: bazarcollective
    bazarcollective
    Participant
    November 14, 2015 at 14:42

    I managed to edit my account page the way i want it to look. is it possible to add a “saved cards” option to my account page?

    Also cant figure out how to edit all text on my site the same size? for example i want all body text to be 11px. how can i do it trough the child style sheet so it wont change after an update?

    thanks!

    Avatar: Eva
    Eva Kemp
    Support staff
    November 14, 2015 at 16:36

    Hello,

    Sorry, but there is no feature to add “saved cards” option.

    Add the following code in style.css of your child theme:

    body {
      font-size: 11px !important;
    }

    Regards,
    Eva Kemp.

    Avatar: bazarcollective
    bazarcollective
    Participant
    November 14, 2015 at 17:36

    Hello Eva
    Thanks for the insight. any chance the “saved cards ” option can be implemented in a future update?

    How can i move “HELLO ADMIN NOT ADMIN? SIGN OUT” text above the rest of the welcome message (Aligned to left)? And underline “sign out” and “edit your password and account details” on the welcome message? i have attached a screenshot.

    Thanks

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    November 14, 2015 at 18:02

    Hello,

    “My Account” page is related to Woocommerce configuration, so it’s up to them what options to add.
    Please take our apologies for inconveniences.

    To make the changes you want, you need edit the file wp-content/plugins/woocommerce/templates/myaccount/my-account.php and assign original classes for the links and text to be able to modify them as now the text “HELLO ADMIN NOT ADMIN? SIGN OUT” can’t be moved because it’s whole sentence which can’t be divided via css.

    Regards,
    Eva Kemp.

    Avatar: bazarcollective
    bazarcollective
    Participant
    November 14, 2015 at 18:54

    i see. i will look into that.
    i just added a tittle (“account”) to my-account page using visual composer and i noticed that it also shows before loging in on login/register page. anyway i can hide that so that it only shows after a user logs in?

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    November 16, 2015 at 10:01

    Hello,

    Sorry, but there is no such option.

    Regards,
    Eva Kemp.

  • Viewing 10 results - 1 through 10 (of 10 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.