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
A user’s Page Pilot theme is hiding product prices on the website, only displaying them at checkout.
Issue Details:
Proposed Solution:
A support team member (EstherBui) provided CSS code to resolve the issue:
pagepilot.css file.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.
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
Could you please share the store link and screenshot for example?
Best,
Daisy - Avada Support Team.
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