Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • @anh-vumartell

    Submitted

    I have a few concerns while developing this app.

    1. How to change color of svg icon? The color of cart icon in "Add to cart"-button should be white but mine is gray.
    2. On hovering thumbnails, the border appears a weird way. A black border quickly appears before the real border color. This also happens on hovering user avatar icon. Any comments on this behavior?
    3. I haven't really find out how to pass data from my imgSlide-context to the <Modal/> component. For now the current image in modal is default the first image in image array (dataImg.jsx). Any suggestions on how to implement this final feature of my app. Thank you for your time. Cheers,
    Natasya• 330

    @notanut

    Posted

    hello, I'd help you with your 2nd concern. you can make the outline none:

    .modal-lightbox .thumbnails .thumbnail-img {
        outline: none;
    }
    

    this applies to the :hover class too, make the outline none. instead, just play with the border property

    1
  • Natasya• 330

    @notanut

    Posted

    it's such a good solution! keep going and happy coding :)

    Marked as helpful

    1
  • Aksel• 65

    @akselCoder

    Submitted

    I will really appreciate any feedback :D I actually need help doing the hover effect with the main image. I tried doing it with the :after effect but no luck.

    If I have any other issues, please let me know :D

    Natasya• 330

    @notanut

    Posted

    sorry but the preview page cannot be found, please make sure you deploy your site properly

    0