I dont know why my products dont show their name and price , pls help me thx u
Hi @Pandy1
Can you share the store URL?
Hi, @Pandy1 .
Kindly share your store URL and password.
Password:cheiff
Hi @Pandy1
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save
#product-grid .card__information a {
font-size: 13px !important;
font-weight: bold;
color: red !important;
}
Hope that my solution works for you.
Best regards,
Henry | PageFly
Hi @Pandy1
Add the below CSS to component-card.css This will unhide the price
.card__content {
display: block !important;
}
.card__information a {
font-size: 15px;
}
.card__inner .card__heading {
display: none;
}
Thx u very much , i will try it at home today , im dont have access to laptop now
Thx u very much , i will try it at home today , im dont have access to laptop now
Sure, hope the above code works well.
