Page Pilot price code

Topic summary

A user’s Page Pilot theme is hiding product prices on the website, only displaying them at checkout.

Issue Details:

  • Prices are completely hidden on product pages
  • Store link and screenshot provided showing the problem

Proposed Solution:
A support team member (EstherBui) provided CSS code to resolve the issue:

  1. Navigate to theme’s “Edit code” section
  2. Locate the pagepilot.css file
  3. Add the following code at the end:
.pagepilot-layout .pp-hidden {
    display: block !important;
}

Current Status:
The user is asking for clarification on which dropdown menu contains the CSS file, indicating they need additional guidance to implement the solution. The issue remains unresolved pending successful code implementation.

Summarized with AI on November 2. AI used: claude-sonnet-4-5-20250929.

I have a page pilot theme page and it is not showing the price of the product on my website but will show the price upon check out.

I need to change the code to show this.

Please help

Hi @andreadunnett

Could you please share the store link and screenshot for example?

Best,
Daisy - Avada Support Team.

Pure Comfort

Hi Andreadunnett,

Please follow the steps below to see if it works.

Step 1: Go to Edit code
Step 2: Find file pagepilot.css and add this code at the end

.pagepilot-layout .pp-hidden {
        display: block !important;
}

Best,
Esther

What dropdown do i find this under?