hotwax / inventory-count

HotWax Commerce Inventory Count
Apache License 2.0
16 stars 66 forks source link

Fixed: Secondary Product Identifier of First Product Appears in Bold Color on Store View Screen #468 #484

Closed rohitbhure65 closed 1 week ago

rohitbhure65 commented 1 month ago

…Upload page https://github.com/hotwax/inventory-count/issues/468

Related Issues

468

Short Description and Why It's Useful

To address the issue, I utilize CSS by adding the 'secondary-class' to the

tag. I then apply styling to change the color to #666666 using !important, ensuring it overrides any previous CSS rules."

ymaheshwari1 commented 1 month ago

Thanks for the contribution, but this needs to be fixed with JS and there is no need for adding CSS.

Hint: The issue is with setting current product and when checking isCurrentProduct.

ymaheshwari1 commented 1 week ago

Closing as we do not need to use CSS for this fix as posted in above comment.