I am attempting to apply strong attributes to a sentence within an h1 tag to make it have a weight of 300. As this needs to be done for many product descriptions, I am searching for a rule that can be applied universally rather than doing it manually each time. Despite trying CSS selectors such as font-weight: bold, h1 > strong, none of them worked. The last three resulted in an error message stating ‘Invalid custom CSS: Only individual selectors, comma-separated lists of selectors or combiner selectors are supported’. Do you have any suggestions for how I can achieve this?
Hi @aliscia ,
This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1. Go to Online Store → Theme → Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before :
Hope my answer will help you.
Best regards,
Victor | PageFly
1 Like
Thank you, it worked