Site logo

Archived topic

How to edit the My Account page with a Generate Press Premium child theme

7 replies · Started by locate-australian on April 12, 2022

Viewing posts 1–8 of 8

To whom this may concern,

Hi, I would like to add a link to our WordPress > WooCommerce, My Acccount page.

I have searched for a way to add a link to our My Account page but it involves directly adding code to our theme(?)

I would like to add a link to our Vendor Dashboard from the My Account page to our Generate Press Premium child theme, could you please provide me with the code & instructions please?

I will include a staging site & Administrator login details below.

Kind regards,

L.A.

Update:
My apologies, I just checked & the text link is visible when logged in as a 'Vendor'(instead of Admin.), but I still need to edit the text that appears.

Would you please be able to tell me how I can edit the text in our Child Theme? To preserve the changes.

Kind regards,

L.A.

Hi there,

To have a better understanding of the issue, may you kindly replace our temporary account’s role to Vendor as well, and then provide a description of where specifically we can find this link?

Hope to hear from you soon. :)

Hi Fernando,

Thank you for quick reply.

I was not able to change the role to an Administrator & Vendor so I created a new User-Vendor profile with the login below.

Kind regards,

L.A.

P.S.

You can find the 'Vendor Dashboard' text link on the My Account dashboard page, in the message displayed which reads as follows:

"Hello vendor (not vendor? Log out)

From your account dashboard you can view your recent orders, manage your shipping and billing addresses, and edit your password and account details.

To add or edit products, view sales and orders for your vendor account, or to configure your store, visit your Vendor Dashboard."

Please let me know if you have any more questions, etc.

Kind regards,

L.A.

To confirm, which specific link are you trying to alter?

If you’re referring to the click here button beside the Vendor Dashboard text, try adding this in Appearance > Customize > Additional CSS:

body.woocommerce-account .entry-content a[title="click here."]{
    font-size: 30px;
    color:rgb(0,90,255);
    font-weight:800;
}

If your referring to the links in your quote, try this instead:

body.woocommerce-account  .woocommerce-MyAccount-content p{
    font-size:14px;
}
body.woocommerce-account  .woocommerce-MyAccount-content p a {
    font-size: 20px;
    color:rgb(0,255,255);
    font-weight:800;
}

Kindly change the values to what suits you best.

Let us know how it goes, or if you’re referring to a different element.

Hope to hear from you soon. :)

Hi Fernando,

Thank you for your reply.

I would like to change the text 'To add or edit products, view sales and orders for your vendor account, or to configure your store, visit your Vendor Dashboard.' of which the text 'Vendor Dashboard' is a link. Therefore I don't know if the CSS code that have kindly provided will do the job

Do you know how I can edit the text?

Kind regards,

L.A.

Can you kindly provide the specific link where I would see this text? I can’t seem to locate it.

Hope to hear from you soon. :)

This archived topic is closed to new replies.