Hello, I would like to m
ake my product title and price thick/bold.
A user wants to make their product title and price appear bold/thick on their store. They’ve included a screenshot showing the current appearance.
Solution Provided:
A PageFly representative offered CSS code to achieve this:
.product__title h1, .price-item {
font-weight: bold !important;
}
Status: Another community member requested the store URL and password (if unpublished) to provide additional assistance. The thread appears to have a working solution but may benefit from testing on the actual store.
Hi @OnePunch
Would you mind to share your Store URL website? with password if its unpublish. Thanks!
Hi @OnePunch
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__title h1, .price-item {
font-weight: bold !important;
}
Hope that my solution works for you.
Best regards,
Henry | PageFly