Jump to content

Amend client's navigation account


Recommended Posts

Hello :)

I'm new at using Prestashop and I'm struggling to amend a few bits and pieces. 

The site was developped by and external company before I joined the team and I found out a few things that are not looking good.

When a client loggins into their account, they navigate through a few links: My Account, My Orders, My addresses, etc. The desing doesn't look good as a few textes are moved to one side, and other stuff is written with a very light colour so it is very hard to read. I have not idea where to find in the back end where to modify the appearence in this block only. 

Is anyone available to assist, please?

Thank you !

Link to comment
Share on other sites

It sounds like you're dealing with some common styling issues; most of these can be adjusted in the CSS file located at themes/yourtheme/assets/css/theme.css. I'd recommend using your browser’s Inspect tool (right-click on the element and select "Inspect") to identify the exact classes affecting the layout and colors. Some parts of the account section might also be styled by module-specific files under themes/yourtheme/modules/[module-name]/, so it’s worth checking there too.

  • Thanks 1
Link to comment
Share on other sites

On 5/19/2025 at 8:09 PM, silvia_gru said:

Hello :)

I'm new at using Prestashop and I'm struggling to amend a few bits and pieces. 

The site was developped by and external company before I joined the team and I found out a few things that are not looking good.

When a client loggins into their account, they navigate through a few links: My Account, My Orders, My addresses, etc. The desing doesn't look good as a few textes are moved to one side, and other stuff is written with a very light colour so it is very hard to read. I have not idea where to find in the back end where to modify the appearence in this block only. 

Is anyone available to assist, please?

Thank you !

Hello,

You can fix it using CSS, and if you want to modify the TPL files, you can modify on location /themes/your_theme/templates/customer/my-account.tpl

Thanks,

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...