silvia_gru Posted May 19 Share Posted May 19 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 More sharing options...
Prestashop Addict Posted May 19 Share Posted May 19 (edited) Hi, in css files in themes/yourtheme/assets/css/theme.css and maybe for some buttons /yourtheme/modules/modulename/ Edited May 19 by Prestashop Addict (see edit history) 1 Link to comment Share on other sites More sharing options...
sarrahya Posted May 21 Share Posted May 21 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. 1 Link to comment Share on other sites More sharing options...
Webkul Solutions Posted May 23 Share Posted May 23 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now