May 4 2026 | By: PhotoBiz Knowledge Base
Overview
This article shows you how to remove the trailing “.00” from prices displayed in Product and Service blocks on your PhotoBiz website. You will add a small script in your Global CSS/JS settings that automatically updates price formatting across your site. This helps create cleaner, more professional-looking pricing for your visitors.
Before you begin, make sure:
You have access to the PhotoBiz Website Builder
Your products/services are already set up and active
You are comfortable copying and pasting a short snippet of CSS
Log into your PhotoBiz account and click WEBSITE in the left-side menu.
Open the Global CSS/JS settings.
In the Website Builder, click DESIGN at the top center of the control panel.
Then click EDIT DESIGN SETTINGS to open your global design settings.
In the right-side panel, click Global CSS/JS. This section allows you to apply custom code across your entire website.
Add the custom CSS to hide the decimal on prices.
Paste the following code into the CSS BODY field:
This CSS targets the logo container in the website header and hides it from view across all pages.
Click Save to apply your changes.
Once saved, the “.00” decimal will no longer appear in prices shown in your Product and Service blocks. You should see cleaner price formatting across your website.
The decimal is still showing
Clear your browser cache and refresh the page. Then confirm the code is saved in the Global CSS/JS section and that it was pasted exactly as shown.